blob: 42c3244b648cb18be12987616f6b7f52240f6688 [file] [log] [blame]
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001# This is ssh server systemwide configuration file.
2
3Port 22
4ListenAddress 0.0.0.0
Damien Millera37010e1999-10-29 09:18:29 +10005HostKey /etc/ssh/ssh_host_key
Damien Millerd4a8b7e1999-10-27 13:42:43 +10006ServerKeyBits 768
7LoginGraceTime 600
8KeyRegenerationInterval 3600
9PermitRootLogin yes
Damien Miller9ba30241999-11-11 21:07:00 +110010
11#
12# Loglevel replaces QuietMode and FascistLogging
13#
14LogLevel INFO
15
Damien Millerd4a8b7e1999-10-27 13:42:43 +100016#
17# Don't read ~/.rhosts and ~/.shosts files
18IgnoreRhosts yes
19StrictModes yes
Damien Millerd4a8b7e1999-10-27 13:42:43 +100020X11Forwarding yes
21X11DisplayOffset 10
22FascistLogging no
23PrintMotd yes
24KeepAlive yes
Damien Miller9ba30241999-11-11 21:07:00 +110025CheckMail no
26UseLogin no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100027SyslogFacility AUTH
28RhostsAuthentication no
Damien Miller9ba30241999-11-11 21:07:00 +110029
Damien Millerd4a8b7e1999-10-27 13:42:43 +100030#
Damien Millera37010e1999-10-29 09:18:29 +100031# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
Damien Millerd4a8b7e1999-10-27 13:42:43 +100032#
Damien Miller9ba30241999-11-11 21:07:00 +110033RhostsRSAAuthentication no
34
Damien Millerd4a8b7e1999-10-27 13:42:43 +100035RSAAuthentication yes
36
37# To disable tunneled clear text passwords, change to no here!
38PasswordAuthentication yes
39PermitEmptyPasswords no
Damien Miller9ba30241999-11-11 21:07:00 +110040
41#
42# Uncomment to disable s/key passwords (must be compiled with s/key support)
43#
Damien Millerd4a8b7e1999-10-27 13:42:43 +100044#SkeyAuthentication no
45
Damien Miller9ba30241999-11-11 21:07:00 +110046#
47# To change Kerberos options (must be compiled with Kerberos support)
48#
Damien Millerd4a8b7e1999-10-27 13:42:43 +100049#KerberosAuthentication no
50#KerberosOrLocalPasswd yes
51#AFSTokenPassing no
52#KerberosTicketCleanup no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100053# Kerberos TGT Passing does only work with the AFS kaserver
54#KerberosTgtPassing yes