> > ssh -t -L 127.0.0.1:1234:127.0.0.1:8080 root@69.198.15.238 "sh -i -c > 'ssh -L 127.0.0.1:8080:10.128.252.40:443 root@10.0.4.10'" > > port 1234 on localhost would route to port 443 on 10.128.252.40 > hopping through 10.0.4.10 using port 8080 >