On Sat, Jul 25, 2009 at 1:39 PM, Salman Aljammaz<s...@finiteless.net> wrote:
> Uriel wrote:
>> If your work firewall proxies port 80, then things get trickier, you
>> could mount sources on the home inferno instance, and then export it
>> using mjl's httpd as a read-only http 'tree'.
>
> assuming you've got openssh, one trick i used to do back in school was
> run sshd on on port 443.
>
> you can then forward specific ports (-L) or even run socks (-D) on ssh.
>
> salman
>
>
>

on unix:
% cat .ssh/config
Host xxx
ProtocolKeepAlives 30
ProxyCommand /path/to/proxytunnel/proxytunnel -p proxyhost:proxyport
-P proxyuser:proxypass -d xxx.org

% ssh -D localproxyport
-Llocaladdress:localport:sources.cs.bell-labs.com:564 u...@xxx.org


on Plan 9:
% srv -nq tcp!localaddress!localport sources /n/sources


and there you have it. only tested it for non-authenticated connections.

iru

Reply via email to