[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 23 13:33:01 AEDT 2018


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Damien Miller <djm at mindrot.org> ---
This has been applied and will be in OpenSSH 7.7 - thanks!

commit ac2e3026bbee1367e4cda34765d1106099be3287 (HEAD -> master,
origin/master, origin/HEAD)
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 23 02:34:33 2018 +0000

    upstream: Add BindInterface ssh_config directive and -B

    command-line argument to ssh(1) that directs it to bind its
outgoing
    connection to the address of the specified network interface.

    BindInterface prefers to use addresses that aren't loopback or
link-
    local, but will fall back to those if no other addresses of the
    required family are available on that interface.

    Based on patch by Mike Manning in bz#2820, ok dtucker@

    OpenBSD-Commit-ID: c5064d285c2851f773dd736a2c342aa384fbf713

-- 
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