Consider the process of generating ssh keys, and how to use them to authorize on the Linux server:

First, create a file of keys (private and public), to do this in the personal cabinet on the left in the menu select the tab SSH Keys.


Next, add an existing key or generate a new key, after clicking on Generate a new key (Generate a new key pair) both keys will be saved on your computer. Also, the public key will remain in our system.

Next, go to create the server you want, activate the SSH keys slider, select your key and wait for the installation of the server. After installation the public key will already be on your server. You only need to login using the ssh command with -i (path to the file with the private key) and your login and the server address.

For example: ssh -i /path/to/private_key username@server_address.

Comments:
There are no comments for this post yet.
Log in to leave a comment.