Last active
August 29, 2015 14:20
-
-
Save martijngastkemper/2e49aa4a721b6052bf03 to your computer and use it in GitHub Desktop.
Easily access server via "$ ssh server"
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
# ~/.ssh/config | |
Host server | |
Hostname myserver.com | |
User my-long-name | |
Port 1234567 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment