Re: I need something like ssh -D, but http proxy, not socks
ADFHAU <[email protected]> Thu, 4 Nov 2010 01:02:51 +1100
| Newsgroups | gmane.network.openssh.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2 Nov 2010 12:22:48 +0300 Ilya Basin <[email protected]> wrote: > Hi. Is there any existing ssh client for *nix with http proxy feature? > Maybe someone patched the ssh program from OpenSSH to add it? > I'm pretty sure it's possible. You could either use dante-client's "socksify" and point it to -D opened port or tell the HTTP application to use the socks proxy if it supports it. Or do you mean tunnelling SSH over HTTP?