22 Apr
2015
22 Apr
'15
03:29
В Tue, 21 Apr 2015 14:40:00 -0400 Greg Freemyer <greg.freemyer@gmail.com> пишет:
Also your command will work only for local connections from remote host (it listens on localhost). You need to explicitly give (possibly empty) bind address to allow connection from other hosts.
ssh -N -R \*:5590:localhost:22 ...
"*" must be the default now. I'm not having any issue with that, but I will keep it in mind as I expand my testing.
Apparently GatewayPorts option enables widlcard default also for -R. It is rather unclear from manual which sounds like you need both GatewayPorts *and* explicit bind address. Do you have it enabled? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org