Created
August 14, 2014 05:49
-
-
Save rubo77/e01ac25450df5521d6fa to your computer and use it in GitHub Desktop.
~/.ssh/config example with selected identity file for a certain server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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