]> andersk Git - openssh.git/blob - sshd_config
Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
[openssh.git] / sshd_config
1 # This is ssh server systemwide configuration file.
2
3 Port 22
4 ListenAddress 0.0.0.0
5 HostKey /etc/ssh/ssh_host_key
6 ServerKeyBits 768
7 LoginGraceTime 600
8 KeyRegenerationInterval 3600
9 PermitRootLogin yes
10 #
11 # Don't read ~/.rhosts and ~/.shosts files
12 IgnoreRhosts yes
13 StrictModes yes
14 QuietMode no
15 X11Forwarding yes
16 X11DisplayOffset 10
17 FascistLogging no
18 PrintMotd yes
19 KeepAlive yes
20 SyslogFacility AUTH
21 RhostsAuthentication no
22 #
23 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
24 RhostsRSAAuthentication no
25 #
26 RSAAuthentication yes
27
28 # To disable tunneled clear text passwords, change to no here!
29 PasswordAuthentication yes
30 PermitEmptyPasswords no
31 # Uncomment to disable s/key passwords 
32 #SkeyAuthentication no
33
34 # To change Kerberos options
35 #KerberosAuthentication no
36 #KerberosOrLocalPasswd yes
37 #AFSTokenPassing no
38 #KerberosTicketCleanup no
39
40 # Kerberos TGT Passing does only work with the AFS kaserver
41 #KerberosTgtPassing yes
42
43 #CheckMail yes
44 #UseLogin no
This page took 0.059718 seconds and 5 git commands to generate.