[Bug 1000] LocalForward, RemoteForward directives failed with bind_address
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Mar 15 22:42:06 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1000
------- Additional Comments From dtucker at zip.com.au 2005-03-15 22:42 -------
(In reply to comment #0)
> Sample run :
> ssh -N -vvv -o "LocalForward 2000 172.16.1.182:172.16.1.165:22" localhost
The bind address is optional before the port, same as -L/-R. That should be:
LocalForward 172.16.1.182:2000 172.16.1.165:22
I see that ssh_config(5) says that the first argument must be a port, though, so
it ought to be fixed.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list