Home page of C3SE: http://www.c3se.chalmers.se/
Samuel Genheden, 2012
$HOME/.ssh/config
where $HOME
is your home directoy. Add these lines to the file
Host gbgtunnel
HostName remote11.chalmers.se
LocalForward 8020 beda.c3se.chalmers.se:22
User genheden
Host beda
HostName localhost
Port 8020
User genheden
Replace genheden with your user name.
ssh gbgtunnel
and log into the remote11.chalmers.se
machine. There are several of these machines, if 11 do not work, check on C3SE homepage for other machines. This shell needs to be open as long as you want to connect to beda
ssh beda
and log into the beda machine.