Thursday, January 05, 2012

Forwarding ssh traffic using web proxy

ssh -L remote_ssh_port:proxy_server:proxy_port user@remotehost

ssh -L 22:webproxy.com:8080 user@w32xyz.com

Corkscrew - ssh over https

http://wiki.kartbuilding.net/index.php/Corkscrew_-_ssh_over_https

No comments: