Add new SSH key Add new SSH key
The SSH key will be added automatically to your client area.
Create a new SSH key
You need to run this command in a terminal:
ssh-keygen
Enter the name of the key (can be empty):
Generating public/private rsa key pair.
Enter file in which to save the key (/home/USER/.ssh/id_rsa):
Enter a passphrase (can be empty):
Enter file in which to save the key (/home/USER/.ssh/id_rsa):
Created directory '/home/USER/.ssh'.
Enter passphrase (empty for no passphrase):
Get the public key (copy to 'SSH public key'):
Enter passphrase (empty for no passphrase):
cat /home/$USER/.ssh/id_rsa.pub