Added a conditional/different directory hierarchy for f7/f8 mirrors.
[nodeconfig.git] / sshd_config
1 #Port 22
2 Protocol 2
3 #ListenAddress 0.0.0.0
4 #ListenAddress ::
5
6 # HostKey for protocol version 1
7 #HostKey /etc/ssh/ssh_host_key
8 # HostKeys for protocol version 2
9 #HostKey /etc/ssh/ssh_host_rsa_key
10 #HostKey /etc/ssh/ssh_host_dsa_key
11
12 # Lifetime and size of ephemeral version 1 server key
13 #KeyRegenerationInterval 3600
14 #ServerKeyBits 768
15
16 # Logging
17 #obsoletes QuietMode and FascistLogging
18 #SyslogFacility AUTH
19 SyslogFacility AUTHPRIV
20 #LogLevel INFO
21
22 # Authentication:
23
24 #LoginGraceTime 120
25 PermitRootLogin without-password
26 #StrictModes yes
27
28 RSAAuthentication yes
29 #PubkeyAuthentication yes
30 #AuthorizedKeysFile     .ssh/authorized_keys
31
32 # rhosts authentication should not be used
33 #RhostsAuthentication no
34 # Don't read the user's ~/.rhosts and ~/.shosts files
35 #IgnoreRhosts yes
36 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
37 #RhostsRSAAuthentication no
38 # similar for protocol version 2
39 #HostbasedAuthentication no
40 # Change to yes if you don't trust ~/.ssh/known_hosts for
41 # RhostsRSAAuthentication and HostbasedAuthentication
42 #IgnoreUserKnownHosts no
43
44 # To disable tunneled clear text passwords, change to no here!
45 PasswordAuthentication no
46 #PermitEmptyPasswords no
47
48 # Change to no to disable s/key passwords
49 #ChallengeResponseAuthentication yes
50
51 # Kerberos options
52 #KerberosAuthentication no
53 #KerberosOrLocalPasswd yes
54 #KerberosTicketCleanup yes
55
56 #AFSTokenPassing no
57
58 # Kerberos TGT Passing only works with the AFS kaserver
59 #KerberosTgtPassing no
60
61 # Set this to 'yes' to enable PAM keyboard-interactive authentication 
62 # Warning: enabling this may bypass the setting of 'PasswordAuthentication'
63 #PAMAuthenticationViaKbdInt no
64
65 #X11Forwarding no
66 X11Forwarding yes
67 #X11DisplayOffset 10
68 #X11UseLocalhost yes
69 #PrintMotd yes
70 #PrintLastLog yes
71 #KeepAlive yes
72 #UseLogin no
73 #UsePrivilegeSeparation yes
74 #PermitUserEnvironment no
75 #Compression yes
76
77 MaxStartups 10:30:60
78 # no default banner path
79 #Banner /some/path
80 #VerifyReverseMapping no
81
82 # override default of no subsystems
83 Subsystem       sftp    /usr/libexec/openssh/sftp-server