]> andersk Git - openssh.git/blame - sshd_config
- Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
[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#
b4748e2f 14SyslogFacility AUTH
272b7f60 15LogLevel INFO
16
8efc0c15 17#
18# Don't read ~/.rhosts and ~/.shosts files
8efc0c15 19StrictModes yes
b4748e2f 20X11Forwarding no
8efc0c15 21X11DisplayOffset 10
8efc0c15 22PrintMotd yes
23KeepAlive yes
272b7f60 24CheckMail no
25UseLogin no
8efc0c15 26SyslogFacility AUTH
27RhostsAuthentication no
272b7f60 28
8efc0c15 29#
f1bcacf9 30# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
8efc0c15 31#
272b7f60 32RhostsRSAAuthentication no
33
b4748e2f 34#
35# Don't read ~/.rhosts and ~/.shosts files
36#
37IgnoreRhosts yes
38
39#
40# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
41#
42#IgnoreUserKnownHosts yes
43
8efc0c15 44RSAAuthentication yes
45
46# To disable tunneled clear text passwords, change to no here!
47PasswordAuthentication yes
48PermitEmptyPasswords no
272b7f60 49
50#
51# Uncomment to disable s/key passwords (must be compiled with s/key support)
52#
8efc0c15 53#SkeyAuthentication no
54
272b7f60 55#
56# To change Kerberos options (must be compiled with Kerberos support)
57#
8efc0c15 58#KerberosAuthentication no
59#KerberosOrLocalPasswd yes
60#AFSTokenPassing no
61#KerberosTicketCleanup no
8efc0c15 62# Kerberos TGT Passing does only work with the AFS kaserver
63#KerberosTgtPassing yes
This page took 0.079826 seconds and 5 git commands to generate.