Created
August 18, 2013 10:09
-
-
Save marufsiddiqui/6260896 to your computer and use it in GitHub Desktop.
ssh-favourite-hosts
This file contains hidden or 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 staging | |
| HostName test1.compute-1.amazonaws.com | |
| User ubuntu | |
| IdentityFile ~/id_rsa-default | |
| Host dev | |
| HostName test2.compute-1.amazonaws.com | |
| User root | |
| IdentityFile ~/id_rsa-default | |
| Host master | |
| HostName test3.compute-1.amazonaws.com | |
| User root | |
| IdentityFile ~/id_rsa-default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment