On your local machine:ssh-keygen -t rsaAppend the contents of your public key to the authorized_keys file on the remote OpenSSH server:cat ~/.ssh/id_rsa.pub | ssh remote_server "cat - >> ~/.ssh/authorized_keys"
Post a Comment
No comments:
Post a Comment