The contents of this how-to have been contributed by Dr. Patrick Marlier and Dr. Anita Sobe.
- Download putty from http://www.putty.org
- Use puttygen to convert your ssh key file to a ssh keyfile that
putty understands. - Start putty
- Session -> Host Name -> the_hostname_you_login_into
- Connection -> Data -> Login details -> Auto-login username -> your_username_here
- Connection -> Proxy -> Proxy type -> Local
- Connection -> Proxy -> Proxy hostname -> clusterinfo.unineuchatel.ch
- Connection -> Proxy -> Username -> trampoline
- Connection -> Proxy -> Telnet command or local proxy command
plink %user@%proxyhost -i unine.ppk -nc %host:%port n
unine.ppk is the filename of my ssh key
plink is in the same directoy as putty.exe - Connection -> SSH -> Auth -> Private key file for authentification:
Browse to your private ssh key file (if your internal machine is using
ssh key based authentification).