Make rp(4) compilable again. Don't even think about unloading this stuff.
[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.1 2004/07/31 20:05:00 geekgod Exp $
2 --- sshd_config.orig    2004-07-23 14:26:51.000000000 +0200
3 +++ sshd_config 2004-07-23 14:25:05.000000000 +0200
4 @@ -10,15 +10,19 @@
5  # possible, but leave them commented.  Uncommented options change a
6  # default value.
7  
8 +# Note that some of DragonFly's defaults differ from OpenBSD's, and
9 +# DragonFly has a few additional options.
10 +
11 +#VersionAddendum DragonFly-20040710
12 +
13  #Port 22
14 -#Protocol 2,1
15 +#Protocol 2
16  #ListenAddress 0.0.0.0
17  #ListenAddress ::
18  
19  # HostKey for protocol version 1
20  #HostKey /etc/ssh/ssh_host_key
21  # HostKeys for protocol version 2
22 -#HostKey /etc/ssh/ssh_host_rsa_key
23  #HostKey /etc/ssh/ssh_host_dsa_key
24  
25  # Lifetime and size of ephemeral version 1 server key
26 @@ -33,7 +37,7 @@
27  # Authentication:
28  
29  #LoginGraceTime 2m
30 -#PermitRootLogin yes
31 +#PermitRootLogin no
32  #StrictModes yes
33  
34  #RSAAuthentication yes
35 @@ -54,7 +58,7 @@
36  #PasswordAuthentication yes
37  #PermitEmptyPasswords no
38  
39 -# Change to no to disable s/key passwords
40 +# Change to no to disable OPIE and PAM authentication
41  #ChallengeResponseAuthentication yes
42  
43  # Kerberos options
44 @@ -74,7 +78,7 @@
45  
46  #AllowTcpForwarding yes
47  #GatewayPorts no
48 -#X11Forwarding no
49 +#X11Forwarding yes
50  #X11DisplayOffset 10
51  #X11UseLocalhost yes
52  #PrintMotd yes