Connecting to the CLI with OpenSSH

You can connect to the command-line interface (CLI) with OpenSSH.

To connect to a clustered system with a username and SSH password, issue the following command:
ssh username@my_system
To use an SSH key, issue the following command:
-i full_path_to_key
Where my_system is the name of the system IP, full_path_to_key is the full path to the generated key file, and username is the user name to connect to the system.
Note: You can omit -i full_path_to_key if you configure the SSH client to use the key file automatically. For more information, see the OpenSSH documentation.