On Tue, Jun 3, 2008 at 11:04 AM, Dan Shearer <[EMAIL PROTECTED]> wrote:
>  ssh -o 'ProxyCommand=connect-proxy -H corporatefirewall:80 %h 443' \
>     myinternethost.example.org
>
> where myinternethost is running an sshd on port 443.

Nice!

While we're sharing best practices, I run an IRC proxy on my home
server (currently: bip, previous, dircproxy).  And I use a similar
command to Dan, also achieving tunneling and encryption via SSH:

ssh -f -N -p 443 -L 7778:localhost:7778 myinternethost.example.org

And then I point my IRC client of choice to localhost:7778


:-Dustin

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to