Allows direct SSH shell into your servers by opening the firewall temporarily for the source IP address and starting a SSH session with one command.
You need to add your public (local) SSH key to your Cloud 66 account before running this command. You also need to have “shell to server” rights on the application to use this command.
SSH access via the legacy authentication method will still be available until March 2023 using the --force-legacy
flag.
$ cx ssh [--gateway-key <path to gateway key>] --stack <application name> <server name>|<server ip>|<server role> --vv [--force-legacy] [-i <your private key>]