Created
February 19, 2017 19:36
-
-
Save sthorne/c79bc0f252b73803faf370e7517aece9 to your computer and use it in GitHub Desktop.
ssh client config to selectively use ssh keys
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 hostname.example.com | |
IdentityFile ~/.ssh/id_rsa | |
Host * | |
IdentityFile ~/.ssh/id_dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment