Skip to content

Instantly share code, notes, and snippets.

@jbutko
Last active May 30, 2017 10:27
Show Gist options
  • Save jbutko/58e0040b063fcc1aec15af4fa0fb669f to your computer and use it in GitHub Desktop.
Save jbutko/58e0040b063fcc1aec15af4fa0fb669f to your computer and use it in GitHub Desktop.
SSH

create ssh command alias

Host project.stage
  HostName stage.project.com
  User webadmin
  Port 2222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment