New meeting time proposal - Tuesday 15:00 UTC

Dustin Kirkland dustin.kirkland at gmail.com
Tue Jun 3 17:08:55 UTC 2008


On Tue, Jun 3, 2008 at 11:04 AM, Dan Shearer <dan at shearer.org> 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




More information about the ubuntu-server mailing list