[Bug 1040] SSH only believes 127.0.0.1 is IPV4 localhost, not 127/8
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri May 13 07:42:48 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1040
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2005-05-13 07:42 -------
OpenSSH 4.0 can specify which address it binds to for port-forwardings, but
automatically binding to the entire 127/8 would be incorrect behaviour (and
probably impossible).
If you have 4.0, you can do:
ssh -L127.0.0.2:2426:mail.fsf.net:25 -N adam at mail.fsf.net
which should do what you want.
------- 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