An SSH key will help you to create a secure connection between computers. Creating an SSH key creates both a Public and a Private key. Here is how to create a new key:
Press the
Select
Enter a description for the key. The key description will help you to identify the key later. For example, you could enter the date for the day, something about how the key will be used, or the server name on which you intend to install the key. The description field is optional, and how you describe the key is entirely up to you.
You can also change default settings for encryption type or key strength.
At this point, you can just create your key, or create your key and install it on a remote computer to enable password-free login.
You can create the SSH key, and choose to set it up later.
Press the
Type a passphrase for your SSH key and press
Retype the passphrase and press
The SSH key will now be listed in the
When you try to use your SSH key, your operating system will prompt you for the passphrase used during creation. This ensures that if someone gets access to your SSH key, they can't use it without the passphrase.
One of the most useful things about having an SSH key is that you can install the public key on a remote computer. Doing this allows you to log in to a remote computer with SSH without needing to enter your password every time.
Press the
In the dialog window that opens, enter the
Ensure that the
The program will now attempt to connect to the specified
If connection to the remote computer was successful, a dialog box
will appear which asks for the
The public part of the selected SSH key will now be installed on the remote computer and configured to allow password-free SSH login. You should now be able to log in to the remote computer via SSH without a password.
If SSH key authentication fails and you cannot use password authentication, contact the service administrator for further help.