Subcommands
Get SSH connection info
Get SSH connection details for a Pod. This returns the SSH command and key information, but does not initiate an interactive session:Info flags
Include Pod ID and name in output. Shorthand:
-v.The
ssh info command returns connection details that you can use to connect via SSH manually. It does not start an interactive SSH session.To connect to your Pod, use the SSH command provided in the output:List SSH keys
List all SSH keys associated with your account:Add an SSH key
Add a new SSH key to your account:Add-key flags
The public key string to add.
Path to a file containing the public key.