sshuttle -vvr [email protected] 10.1.1.0/24
ssh <gateway> -L <local port to listen>:<remote host>:<remote port>
ssh <gateway> -R <remote port to bind>:<local host>:<local port>
ssh -D <local proxy port> -p <remote port> <target>
plink -l root -pw pass -R 3389:<localhost>:3389 <remote host>