Skip to content

Instantly share code, notes, and snippets.

@justinlund
Created April 9, 2015 21:38
Show Gist options
  • Save justinlund/722c85b40d411587045a to your computer and use it in GitHub Desktop.
Save justinlund/722c85b40d411587045a to your computer and use it in GitHub Desktop.
DreamCompute ssh config
Host jump
HostName X.X.X.X
User dhc-user
IdentityFile ~/.ssh/id_rsa.pub
Host 10.10.10.*
ProxyCommand ssh jump -W %h:%p
User dhc-user
IdentityFile ~/.ssh/dreamcompute.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment