Change ssh config to work outside of OSX

This commit is contained in:
Thomas Lovén 2018-03-27 10:51:13 +02:00
parent 147d3d7514
commit c58f6b3d20

View File

@ -1,5 +1,4 @@
Host * Host *
UseKeychain yes
AddKeysToAgent yes AddKeysToAgent yes
IdentityFile ~/.ssh/thomas_rsa IdentityFile ~/.ssh/thomas_rsa
VisualHostKey yes VisualHostKey yes