Revision history of "Tunnelling SSH over an HTTP proxy"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:23, 9 June 2008BenLee talk contribs 532 bytes +532 New page: Add a ProxyCommand to your SSH config file $HOME/.ssh/config <pre> Host * ProxyCommand corkscrew http-proxy.example.com 8080 %h %p # or Host remote.host.com ProxyCommand /home/use...