
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] SSH'ing to home with only port 80
On Thu, 27 Oct 2005 10:09:19 +0900
David Bennett <davidbennett1979@example.com> wrote:
> As of yesterday only port 80 is open at work. I desperately need to
> be able to ssh into my computer at home. I was wonderig if there was
> any sort of tunnel/proxy solution that I could use?
Most corporate environments allow only http/https through a web proxy.
This is what I use:
/etc/ssh/ssh_config:
Host home.computer.net
ProxyCommand /usr/bin/proxytunnel -g proxy.server.com -G proxyport
-d home.computer.net -D 443
Of course you can type it on the command line too. Along with a
couple of portforwards, this is pretty useful.
BTW, proxytunnel is included in debian. I couldn't get corkscrew to
work.
--
boti
Home |
Main Index |
Thread Index