[Bug 1804] ssh option -R 127.0.0.2:10443:<dest ip>:443 does not work

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Aug 8 18:08:38 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1804

--- Comment #2 from Walter.Pfannenmueller at siemens.com  ---
It is the default setting:
#GatewayPorts no

Client command:
ssh -R 127.0.0.2:10000:<whatever>:443 target

yields on the target
tcp        0      0 127.0.0.1:10000         0.0.0.0:*              
LISTEN 

Setting 
GatewayPorts yes
results in 
tcp        0      0 0.0.0.0:10000           0.0.0.0:*              
LISTEN

Therefore I prefer "no".

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list