How to SSH into your server using SSH keys
Why should you use SSH keys?
How to SSH into a server with SSH keys?
1. Make sure your SSH keys are in the correct place
Host *
IdentityFile ~/.ssh/your_key_name
IdentitiesOnly yes2. SSH into your server
Last updated