Skip to content

Instantly share code, notes, and snippets.

@rwcarlsen
Created June 24, 2014 18:25
Show Gist options
  • Save rwcarlsen/2935d48cf1050e52cd79 to your computer and use it in GitHub Desktop.
Save rwcarlsen/2935d48cf1050e52cd79 to your computer and use it in GitHub Desktop.
# cae account with forward-tunnel to office computer
Host cae
HostName best-tux.cae.wisc.edu
Port 22
User rcarlsen
ForwardAgent yes
LocalForward localhost:2222 rc.ep.wisc.edu:22
# alias for cae-tunnel to work machine.
#
# To use tunnel, in one terminal:
#
# ssh cae
#
# And in another terminal on the same local computer:
#
# ssh work
Host work
HostName localhost
Port 2222
User r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment