Created
November 1, 2013 16:45
-
-
Save michaelminter/7268209 to your computer and use it in GitHub Desktop.
~/.ssh/config Set hostname alias
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 1.1.1.1 | |
| Host production | |
| Hostname 1.1.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment