CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/02/22 19:34:33
Modified files: usr.bin/ssh : sshconnect.c ssh_config.5 ssh.c ssh.1 readconf.h readconf.c Log message: 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@