This is a discussion on Allow remote hosts for remote forwarded ports within the OpenSSH Development forums, part of the Networking and Network Related category; Hi all, I just wanted to temporarily make some new CMS I set up available to the public for testing ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I just wanted to temporarily make some new CMS I set up available to the public for testing on port 8080 of our web server forwarded via ssh to to my local, firewalled workstation: ssh me@some-host.tld -R 8080:localhost:80 However I had to notice that this only binds to the loopback interface and not to all. For -L there is the -g option to low connects to locally forwarded ports for remote hosts. As far as I can see there is no equivalent for remotely forwarded ports. Is there any reason this is not implemented? PS: Please CC since I'm not subscribed ... Yours, -- René Rebe - Rubensstr. 64 - 12157 Berlin (Europe / Germany) http://www.exactcode.de/ | http://www.t2-project.org/ +49 (0)30 255 897 45 _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |