cred ssh

Manage SSH keys and connections

Synopsis

The ssh command allows you to manage SSH keys and establish connections. It provides functionalities to add keys, list keys, and connect to servers.

Examples:

  • Add a new SSH key: ssh add
  • List all SSH keys: ssh ls
  • Connect to a server: ssh connect
cred ssh [flags]

Options

  -h, --help   help for ssh

SEE ALSO