Re: ssh port mapping and HTTP

2002-04-26 Thread Bill Wohler
Dan Christensen <[EMAIL PROTECTED]> writes: > Bill Wohler <[EMAIL PROTECTED]> writes: > > > I can get into my company's intranet with this: > > > > ssh -n -L 4281:www.secure.com:80 ssh.secure.com sleep 43200 > > > > Then, to access http://www.secure.com/page.html, I use > > http://localh

Re: ssh port mapping and HTTP

2002-04-26 Thread Dan Christensen
Bill Wohler <[EMAIL PROTECTED]> writes: > I can get into my company's intranet with this: > > ssh -n -L 4281:www.secure.com:80 ssh.secure.com sleep 43200 > > Then, to access http://www.secure.com/page.html, I use > http://localhost:4281/page.html. And this works, so long as all of > li