mcmire / dotfiles

My personal dotfiles
5 stars 3 forks source link

Add a default ~/.ssh/config #2

Open mcmire opened 6 years ago

mcmire commented 6 years ago
Host *
 AddKeysToAgent yes
 UseKeychain yes
 IdentityFile ~/.ssh/id_rsa

(Source: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)