Setting up SSH keys for authentication

Encrypted cloud connection

Here are the steps how to add an SSH key for authentication on a linux machine.

SSH keypairs are combination of a public key that you can share on your remote machines and a private key that you should store securely and use for accessing the remote machines. They add both better security than passwords and less effort to remember different password for each server you log on.

Read More