Skip to content

Instantly share code, notes, and snippets.

@rubo77
Created August 14, 2014 05:49
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rubo77/e01ac25450df5521d6fa to your computer and use it in GitHub Desktop.
~/.ssh/config example with selected identity file for a certain server
Host example.org
IdentityFile ~/.ssh/id_rsa
Host *
ForwardAgent no
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment