Created
May 19, 2016 02:52
-
-
Save avidmaulanas/9669f66d2d615ade17076193b7f9e90b to your computer and use it in GitHub Desktop.
SSH Config
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
| # contents of $HOME/.ssh/config | |
| Host dev | |
| HostName example.com | |
| User username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment