Merge from vendor branch SENDMAIL:
[dragonfly.git] / secure / usr.bin / ssh / ssh_config.5.no_obj.patch
1 $DragonFly: src/secure/usr.bin/ssh/Attic/ssh_config.5.no_obj.patch,v 1.1 2004/07/31 20:05:00 geekgod Exp $
2 --- ssh_config.5.orig   2004-03-08 13:12:36.000000000 +0100
3 +++ ssh_config.5        2004-07-23 13:16:14.000000000 +0200
4 @@ -161,7 +161,7 @@
5  .Dq no ,
6  the check will not be executed.
7  The default is
8 -.Dq yes .
9 +.Dq no .
10  .It Cm Cipher
11  Specifies the cipher to use for encrypting the session
12  in protocol version 1.
13 @@ -714,6 +714,11 @@
14  The default is
15  .Dq no .
16  Note that this option applies to protocol version 2 only.
17 +.It Cm VersionAddendum
18 +Specifies a string to append to the regular version string to identify
19 +OS- or site-specific modifications.
20 +The default is
21 +.Dq DragonFly-20040710 .
22  .It Cm XAuthLocation
23  Specifies the full pathname of the
24  .Xr xauth 1