Tunnel from localhost:7777 that goes through my SSHD server to remotehost:21 (FTP): ssh -L 7777:remotehost:21 myuser@remotehost
ssh -R 7777:localhost:80 myuser@remotehost
PuTTY > Connection > SSH > Tunnels > (Add source and destination:port) From Command Line: putty.exe -ssh-l user -pw password