[Bug 2820] Add support for ssh client to bind to an interface

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Feb 16 13:45:27 AEDT 2018


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Blocks|                            |2782

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
This looks like a useful feature - thanks.

One nit:

+                       if (strncmp(ifa->ifa_name,
options.bind_interface,
+                                   IFNAMSIZ))
+                               continue;

I think this should be plain strcmp otherwise matching, say, "tun1"
against "tun11" will succeed where it shouldn't.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2782
[Bug 2782] Tracking bug for OpenSSH 7.7 release
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list