Skip to content

Instantly share code, notes, and snippets.

@martijngastkemper
Last active August 29, 2015 14:20
Show Gist options
  • Save martijngastkemper/2e49aa4a721b6052bf03 to your computer and use it in GitHub Desktop.
Save martijngastkemper/2e49aa4a721b6052bf03 to your computer and use it in GitHub Desktop.
Easily access server via "$ ssh server"
# ~/.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