dev-tips: SSH Key-based Authentication
ssh-kengen -t rsa
Thus it will generate a private-public key pair in ~/.ssh
directory. Copy the public key ~/.ssh/id_rsa.pub
to servers: VPS or github or bitbucket.
In your VPS server, copy the content of id_rsa.pub
to ~/.ssh/authorized_keys
.
That’s OK. Now you can ssh
to your server without password.