Re: Allow remote hosts for remote forwarded ports

This is a discussion on Re: Allow remote hosts for remote forwarded ports within the OpenSSH Development forums, part of the Networking and Network Related category; Circa 2005-03-01 19:45:35 +0100 dixit Rene Rebe: : ssh me@some-host.tld -R 8080:localhost:80 ...


Go Back   Usenet Forums > Networking and Network Related > OpenSSH Development

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2005
Jim Knoble
 
Posts: n/a
Default Re: Allow remote hosts for remote forwarded ports

Circa 2005-03-01 19:45:35 +0100 dixit Rene Rebe:

: ssh me@some-host.tld -R 8080:localhost:80

Is 'localhost' really what you want there? That forwards port 8080 on
some-host to port 80 on the same machine.

: 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?

It's implemented in sshd; you need to have 'GatewayPorts' set to 'yes'
in sshd_config on the remote end.

Alternatively:

ssh me@some-host.tld 'ssh -N -g -L 8080:this-host:80 me@this-host'

Or, if you really do mean localhost above, then:

ssh me@some-host.tld 'ssh -N -g -L 8080:localhost:80 me@localhost'

Strikes me you'd be better off with something else (such as an actual
redirect in the remote host's firewall, or even two netcat connected
by pipes....

--
jim knoble | jmknoble@pobox.com | http://www.pobox.com/~jmknoble/
(GnuPG fingerprint: 31C4:8AAC:F24E:A70C:4000::BBF4:289F:EAA8:1381:1491 )
.................................................. ...................
:"The methods now being used to merchandise the political candidate :
: as though he were a deodorant positively guarantee the electorate :
: against ever hearing the truth about anything." --Aldous Huxley :
:................................................. ..................:

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://www.mindrot.org/mailman/listi...enssh-unix-dev
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:48 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0