Brian:

        Heya. One caveat to Charles' reply that may be entirely
obvious already: you need to have an "SSH account" on one of the
machines in the remote system in order to setup such a tunnel. So
you can use this method to, say, securely tunnel web access to
weblet running on your LEAF box. But you can't use it to access,
say, Amazon.com. :)

        I couldn't tell from your question which one you were
considering...

cheers,
Scott

> > This might seem like a silly question but, here it goes anyway. Is it
> > possible to tunnel http through ssh on port 22 and access a website from
> > outside the local network?
>
> Absolutely!  Run something like the following on your local system (use
> cygwin on a windows box)
>
> ssh -L 80:<remote IP or domain>:80 <remote system> -l <remote-user-name>
>
> This will connect your local port 80 to port 80 on <remote IP or domain> via
> an ssh connection to <remote system>.
>
> To access the remote website, just go to http://localhost , or
> http://127.0.0.1
>
> Charles Steinkuehler
> http://lrp.steinkuehler.net
> http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to