Skip to content

Instantly share code, notes, and snippets.

@jenikm
Created October 8, 2014 18:32
Show Gist options
  • Save jenikm/e6147fdeb57ebde94c5f to your computer and use it in GitHub Desktop.
Save jenikm/e6147fdeb57ebde94c5f to your computer and use it in GitHub Desktop.
SSH Config
Host HEROKU.USERNAME
HostName heroku.com
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host home
HostName XXX.XXX.XXX.XXX
Port XXXX
LocalForward 127.0.0.1:5900 127.0.0.1:5900
Host github.com
ControlMaster auto
ControlPath ~/.ssh/control/%r@%h:%p
ControlPersist 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment