Skip to content

Instantly share code, notes, and snippets.

@jimallman
Created June 13, 2014 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimallman/0a9f7cec6f29429e2d53 to your computer and use it in GitHub Desktop.
Save jimallman/0a9f7cec6f29429e2d53 to your computer and use it in GitHub Desktop.
Example setup for easy ssh login
host ot10
# a large (8GiB RAM) server at MIT
#Hostname ashby.csail.mit.edu
#Hostname ashby.opentreeoflife.org
Hostname ot10.opentreeoflife.org
Port 22
ForwardAgent yes
ForwardX11 no
IdentityFile ~/.ssh/opentree/opentree.pem
#User admin
User opentree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment