PuTTY
From Null-pointer
v 0.60
Using SSH as a hop
- Conntection --> SSH --> Tunnels
[x] Remove ports do the same (SSH-2 only)
- Connection --> SSH --> Auth
- Authentication parameters
[x] Allow agent forwarding
Private key for authentication: /path/to/key.ppk
X11 forwarding
- Connection --> SSH --> X11
[x] Enable X11 forwaring
from a hop
[kanep@ssh_hop ~]# ssh -X myhost
[kanep@myhost ~]# xterm &

