Upgrade to OpenSSH 4.6p1.
[dragonfly.git] / secure / usr.sbin / sshd / sshd_config.no_obj.patch
1 --- ../../../crypto/openssh-4/sshd_config       2006-07-23 21:06:47.000000000 -0700
2 +++ sshd_config 2006-11-20 09:54:26.000000000 -0700
3 @@ -1,4 +1,5 @@
4  #      $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $
5 +#      $DragonFly: src/secure/usr.sbin/sshd/Attic/sshd_config.no_obj.patch,v 1.7 2007/03/29 00:49:01 pavalos Exp $
6  
7  # This is the sshd server system-wide configuration file.  See
8  # sshd_config(5) for more information.
9 @@ -10,8 +11,13 @@
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-20070328
17 +
18  #Port 22
19 -#Protocol 2,1
20 +#Protocol 2
21  #AddressFamily any
22  #ListenAddress 0.0.0.0
23  #ListenAddress ::
24 @@ -19,7 +25,6 @@
25  # HostKey for protocol version 1
26  #HostKey /etc/ssh/ssh_host_key
27  # HostKeys for protocol version 2
28 -#HostKey /etc/ssh/ssh_host_rsa_key
29  #HostKey /etc/ssh/ssh_host_dsa_key
30  
31  # Lifetime and size of ephemeral version 1 server key
32 @@ -34,7 +39,7 @@
33  # Authentication:
34  
35  #LoginGraceTime 2m
36 -#PermitRootLogin yes
37 +#PermitRootLogin no
38  #StrictModes yes
39  #MaxAuthTries 6
40  
41 @@ -56,7 +61,7 @@
42  #PasswordAuthentication yes
43  #PermitEmptyPasswords no
44  
45 -# Change to no to disable s/key passwords
46 +# Change to no to disable OPIE and PAM authentication
47  #ChallengeResponseAuthentication yes
48  
49  # Kerberos options
50 @@ -82,7 +87,7 @@
51  
52  #AllowTcpForwarding yes
53  #GatewayPorts no
54 -#X11Forwarding no
55 +#X11Forwarding yes
56  #X11DisplayOffset 10
57  #X11UseLocalhost yes
58  #PrintMotd yes
59 @@ -99,6 +104,8 @@
60  #MaxStartups 10
61  #PermitTunnel no
62  
63 +#XAuthLocation /usr/pkg/xorg/bin/xauth
64 +
65  # no default banner path
66  #Banner /some/path
67