Skip to content

Instantly share code, notes, and snippets.

@rubo77
Created August 14, 2014 05:49
Show Gist options
  • Save rubo77/e01ac25450df5521d6fa to your computer and use it in GitHub Desktop.
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