]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2005/07/08 10:20:41
authordtucker <dtucker>
Thu, 14 Jul 2005 07:06:21 +0000 (07:06 +0000)
committerdtucker <dtucker>
Thu, 14 Jul 2005 07:06:21 +0000 (07:06 +0000)
     [ssh_config.5]
     change BindAddress to match recent ssh -b change; prompted by markus@

ChangeLog
ssh_config.5

index a60ed7fcd449ef1512cffcec190c27f37326287d..85f3956fbd97ffd23c0bb51c62b20181504e4ac1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
         2a) no EOF has been seen OR
         2b) there is buffered data
      report, initial fix and testing Chuck Cranor
+   - dtucker@cvs.openbsd.org 2005/07/08 10:20:41
+     [ssh_config.5]
+     change BindAddress to match recent ssh -b change; prompted by markus@
 
 20050707
  - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
index 2b2b14364c50230a5eecc8a116011cc6a5eddd96..9413cb6177019f868e044a91fb991d4372441036 100644 (file)
@@ -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
This page took 0.143157 seconds and 5 git commands to generate.