Re: ssh2_tunnel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



'Twas brillig, and Gevorg Harutyunyan at 17/02/09 11:55 did gyre and gimble:
Could you please give me short sample of ssh2_tunnel usage.
The only sample that I found was manual sample and I can not understood how
it works.

Not sure this is the right list for this kind of question, so perhaps you can give some example?

If I were to take a guess, I'd suggest something like the following.

Say you want to access an HTTP server at your office but it is behind a firewall. You can SSH to your office via the command "ssh me@xxxxxxxxxxxxx" When inside the office you can access your webserver via "http://private.office.com/";.

If you wanted to access the office web server on your local machine you would do:

ssh -L 8080:private.office.com:80 me@xxxxxxxxxxxxx

Then you would point your browser at:
http://localhost:8080/

And you should see your office website.

Col


--

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux