[ssh_config.5]
     change BindAddress to match recent ssh -b change; prompted by markus@
This commit is contained in:
Darren Tucker 2005-07-14 17:06:21 +10:00
parent ce377c3ff1
commit 89f4d47e66
2 changed files with 7 additions and 4 deletions

View File

@ -14,6 +14,9 @@
2a) no EOF has been seen OR 2a) no EOF has been seen OR
2b) there is buffered data 2b) there is buffered data
report, initial fix and testing Chuck Cranor 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 20050707
- dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
@ -2812,4 +2815,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3841 2005/07/14 07:05:51 dtucker Exp $ $Id: ChangeLog,v 1.3842 2005/07/14 07:06:21 dtucker Exp $

View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd September 25, 1999
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
@ -136,8 +136,8 @@ or
The default is The default is
.Dq no . .Dq no .
.It Cm BindAddress .It Cm BindAddress
Specify the interface to transmit from on machines with multiple Use the specified address on the local machine as the source address of
interfaces or aliased addresses. the connection. Only useful on systems with more than one address.
Note that this option does not work if Note that this option does not work if
.Cm UsePrivilegedPort .Cm UsePrivilegedPort
is set to is set to