Merge from vendor branch OPENSSL:
[dragonfly.git] / secure / usr.sbin / sshd / sshd_config.no_obj.patch
1 $DragonFly: src/secure/usr.sbin/sshd/Attic/sshd_config.no_obj.patch,v 1.2 2005/06/16 08:14:02 corecode Exp $
2 Index: sshd_config
3 ===================================================================
4 RCS file: /space/cvs/dragonfly/src/crypto/openssh-3.9p1/sshd_config,v
5 retrieving revision 1.1
6 diff -u -r1.1 sshd_config
7 --- sshd_config 30 Aug 2004 21:59:58 -0000      1.1
8 +++ sshd_config 16 Jun 2005 08:11:07 -0000
9 @@ -10,15 +10,19 @@
10  # possible, but leave them commented.  Uncommented options change a
11  # default value.
12  
13 +# Note that some of DragonFly's defaults differ from OpenBSD's, and
14 +# DragonFly has a few additional options.
15 +
16 +#VersionAddendum DragonFly-20040710
17 +
18  #Port 22
19 -#Protocol 2,1
20 +#Protocol 2
21  #ListenAddress 0.0.0.0
22  #ListenAddress ::
23  
24  # HostKey for protocol version 1
25  #HostKey /etc/ssh/ssh_host_key
26  # HostKeys for protocol version 2
27 -#HostKey /etc/ssh/ssh_host_rsa_key
28  #HostKey /etc/ssh/ssh_host_dsa_key
29  
30  # Lifetime and size of ephemeral version 1 server key
31 @@ -33,7 +37,7 @@
32  # Authentication:
33  
34  #LoginGraceTime 2m
35 -#PermitRootLogin yes
36 +#PermitRootLogin no
37  #StrictModes yes
38  #MaxAuthTries 6
39  
40 @@ -55,7 +59,7 @@
41  #PasswordAuthentication yes
42  #PermitEmptyPasswords no
43  
44 -# Change to no to disable s/key passwords
45 +# Change to no to disable OPIE and PAM authentication
46  #ChallengeResponseAuthentication yes
47  
48  # Kerberos options
49 @@ -80,7 +84,7 @@
50  
51  #AllowTcpForwarding yes
52  #GatewayPorts no
53 -#X11Forwarding no
54 +#X11Forwarding yes
55  #X11DisplayOffset 10
56  #X11UseLocalhost yes
57  #PrintMotd yes
58 @@ -96,6 +100,9 @@
59  #PidFile /var/run/sshd.pid
60  #MaxStartups 10
61  
62 +#XAuthLocation /usr/X11R6/bin/xauth            # default ports/dfports
63 +#XAuthLocation /usr/pkg/xorg/bin/xauth         # localtion for pkgsrc
64 +
65  # no default banner path
66  #Banner /some/path
67