If you are having a trouble of entering the username and password when you want to login to your server every time. Well, you can use SSH Keys
Generating an SSH Key
It only takes few minutes to create an SSH key, you can open your terminal and run a simple command
ssh-keygen
After running the above command it will ask you where to save the file, enter the passphrase and that's it.The Key will be shown.
Adding an SSH Key to your account
After generating the Key it's easy to add the Key to your server.
Login to your account
Go to the server manage page.
On the left navigation tabs, you will find SSH Keys, where you can copy and paste the key that you generated
Finally, click the "Add SSH" button.

Generating an SSH Key
It only takes few minutes to create an SSH key, you can open your terminal and run a simple command
ssh-keygen
After running the above command it will ask you where to save the file, enter the passphrase and that's it.The Key will be shown.
Adding an SSH Key to your account
After generating the Key it's easy to add the Key to your server.
Login to your account
Go to the server manage page.
On the left navigation tabs, you will find SSH Keys, where you can copy and paste the key that you generated
Finally, click the "Add SSH" button.

Published on: 03 / 12 / 2018