]> andersk Git - openssh.git/blame - sshd_config
Cleanup of default config for new LogLevel option and better readability
[openssh.git] / sshd_config
CommitLineData
8efc0c15 1# This is ssh server systemwide configuration file.
2
3Port 22
4ListenAddress 0.0.0.0
f1bcacf9 5HostKey /etc/ssh/ssh_host_key
8efc0c15 6ServerKeyBits 768
7LoginGraceTime 600
8KeyRegenerationInterval 3600
9PermitRootLogin yes
272b7f60 10
11#
12# Loglevel replaces QuietMode and FascistLogging
13#
14LogLevel INFO
15
8efc0c15 16#
17# Don't read ~/.rhosts and ~/.shosts files
18IgnoreRhosts yes
19StrictModes yes
8efc0c15 20X11Forwarding yes
21X11DisplayOffset 10
22FascistLogging no
23PrintMotd yes
24KeepAlive yes
272b7f60 25CheckMail no
26UseLogin no
8efc0c15 27SyslogFacility AUTH
28RhostsAuthentication no
272b7f60 29
8efc0c15 30#
f1bcacf9 31# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
8efc0c15 32#
272b7f60 33RhostsRSAAuthentication no
34
8efc0c15 35RSAAuthentication yes
36
37# To disable tunneled clear text passwords, change to no here!
38PasswordAuthentication yes
39PermitEmptyPasswords no
272b7f60 40
41#
42# Uncomment to disable s/key passwords (must be compiled with s/key support)
43#
8efc0c15 44#SkeyAuthentication no
45
272b7f60 46#
47# To change Kerberos options (must be compiled with Kerberos support)
48#
8efc0c15 49#KerberosAuthentication no
50#KerberosOrLocalPasswd yes
51#AFSTokenPassing no
52#KerberosTicketCleanup no
8efc0c15 53# Kerberos TGT Passing does only work with the AFS kaserver
54#KerberosTgtPassing yes
This page took 0.126766 seconds and 5 git commands to generate.