|
Secure Shell
Reverse port forwarding (-R) seems not working Nov 10 2009 10:17PM Vincenzo Romano (Vincenzo Romano notorand it) (3 replies) Re: Reverse port forwarding (-R) seems not working Nov 11 2009 04:40AM Darren Tucker (dtucker zip com au) (2 replies) Re: Reverse port forwarding (-R) seems not working Nov 11 2009 10:01AM Vincenzo Romano (Vincenzo Romano notorand it) (1 replies) Re: Reverse port forwarding (-R) seems not working Nov 11 2009 06:34PM Darren Tucker (dtucker zip com au) Re: Reverse port forwarding (-R) seems not working Nov 11 2009 05:49AM Vincenzo Romano (Vincenzo Romano notorand it) Re: Reverse port forwarding (-R) seems not working Nov 11 2009 03:38AM Joseph Spenner (joseph85750 yahoo com) |
|
Privacy Statement |
> ssh -N -n -R 127.0.1.1:139:somelocalhost:139 user (at) remotehost (dot) net [email concealed]
> What happens instead is that, upon ssh connection on the remotehost I
> see a listening socket on the interface 127.0.0.1!
-R [bind_address:]port:host:hostport
...
By default, the listening socket on the server will be bound to
the loopback interface only. This may be overridden by specify-
ing a bind_address. An empty bind_address, or the address `*',
indicates that the remote socket should listen on all interfaces.
Specifying a remote bind_address will only succeed if the serv-
er's GatewayPorts option is enabled (see sshd_config(5)).
[ reply ]