diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-07-14 17:06:21 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-07-14 17:06:21 +1000 |
commit | 89f4d47e66697d10d9f48461e20da67640cbd220 (patch) | |
tree | d27b8a0e6e65fb366561978d2936d08d8d14806f | |
parent | ce377c3ff17b674236de531b4a260f96db803d46 (diff) |
- dtucker@cvs.openbsd.org 2005/07/08 10:20:41
[ssh_config.5]
change BindAddress to match recent ssh -b change; prompted by markus@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -14,6 +14,9 @@ | |||
14 | 2a) no EOF has been seen OR | 14 | 2a) no EOF has been seen OR |
15 | 2b) there is buffered data | 15 | 2b) there is buffered data |
16 | report, initial fix and testing Chuck Cranor | 16 | report, initial fix and testing Chuck Cranor |
17 | - dtucker@cvs.openbsd.org 2005/07/08 10:20:41 | ||
18 | [ssh_config.5] | ||
19 | change BindAddress to match recent ssh -b change; prompted by markus@ | ||
17 | 20 | ||
18 | 20050707 | 21 | 20050707 |
19 | - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for | 22 | - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for |
@@ -2812,4 +2815,4 @@ | |||
2812 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2815 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2813 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2816 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2814 | 2817 | ||
2815 | $Id: ChangeLog,v 1.3841 2005/07/14 07:05:51 dtucker Exp $ | 2818 | $Id: ChangeLog,v 1.3842 2005/07/14 07:06:21 dtucker Exp $ |
diff --git a/ssh_config.5 b/ssh_config.5 index 2b2b14364..9413cb617 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh_config.5,v 1.59 2005/07/04 11:29:51 jmc Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.60 2005/07/08 10:20:41 dtucker Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -136,8 +136,8 @@ or | |||
136 | The default is | 136 | The default is |
137 | .Dq no . | 137 | .Dq no . |
138 | .It Cm BindAddress | 138 | .It Cm BindAddress |
139 | Specify the interface to transmit from on machines with multiple | 139 | Use the specified address on the local machine as the source address of |
140 | interfaces or aliased addresses. | 140 | the connection. Only useful on systems with more than one address. |
141 | Note that this option does not work if | 141 | Note that this option does not work if |
142 | .Cm UsePrivilegedPort | 142 | .Cm UsePrivilegedPort |
143 | is set to | 143 | is set to |