On Tue, Jun 03, 2008 at 12:08:55PM -0500, Dustin Kirkland wrote: > 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
So keeping on the theme of sharing, I find -L really confusing and I wrote this to help: http://shearer.org/Ssh_tunnelling -- Dan Shearer [EMAIL PROTECTED] -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
