Generating an SSH key to log into a target machine
Use ssh-keygen to create a set of secure RSA keys, public and private, on your own machine
Note the location of the private key
Copy the public key
SSH into the target machine
Paste public key into ~/.ssh/authorized_users
[sudo] nano ~/.ssh/authoriz...
epikoeni.hashnode.dev1 min read