diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-07-08 10:20:42 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-07-08 10:20:42 +0000 |
commit | 7898127afe989a91f209290738305f97584565c5 (patch) | |
tree | e3b8addeae42277d2a7fc837ffafa2d8e56ea57d | |
parent | cec8231a8f5910d3023d4f62bd5e9df42c8cbee5 (diff) |
change BindAddress to match recent ssh -b change; prompted by markus@
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 2b2b14364c5..9413cb61770 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.59 2005/07/04 11:29:51 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.60 2005/07/08 10:20:41 dtucker Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -136,8 +136,8 @@ or The default is .Dq no . .It Cm BindAddress -Specify the interface to transmit from on machines with multiple -interfaces or aliased addresses. +Use the specified address on the local machine as the source address of +the connection. Only useful on systems with more than one address. Note that this option does not work if .Cm UsePrivilegedPort is set to |