Generate keys with the command: ssh-keygen -t rsa Then add the public key to the authorized_keys with the command: cat .ssh/new_key.pub >> ~/.ssh/authorized_keys
Generate keys with the command: ssh-keygen -t rsa Then add the public key to the authorized_keys with the command: cat .ssh/new_key.pub >> ~/.ssh/authorized_keys