]> andersk Git - openssh.git/blame_incremental - sshd_config
- Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
[openssh.git] / sshd_config
... / ...
CommitLineData
1# This is ssh server systemwide configuration file.
2
3Port 22
4ListenAddress 0.0.0.0
5HostKey /etc/ssh/ssh_host_key
6ServerKeyBits 768
7LoginGraceTime 600
8KeyRegenerationInterval 3600
9PermitRootLogin yes
10
11#
12# Loglevel replaces QuietMode and FascistLogging
13#
14SyslogFacility AUTH
15LogLevel INFO
16
17#
18# Don't read ~/.rhosts and ~/.shosts files
19StrictModes yes
20X11Forwarding no
21X11DisplayOffset 10
22PrintMotd yes
23KeepAlive yes
24CheckMail no
25UseLogin no
26SyslogFacility AUTH
27RhostsAuthentication no
28
29#
30# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
31#
32RhostsRSAAuthentication no
33
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
44RSAAuthentication yes
45
46# To disable tunneled clear text passwords, change to no here!
47PasswordAuthentication yes
48PermitEmptyPasswords no
49
50#
51# Uncomment to disable s/key passwords (must be compiled with s/key support)
52#
53#SkeyAuthentication no
54
55#
56# To change Kerberos options (must be compiled with Kerberos support)
57#
58#KerberosAuthentication no
59#KerberosOrLocalPasswd yes
60#AFSTokenPassing no
61#KerberosTicketCleanup no
62# Kerberos TGT Passing does only work with the AFS kaserver
63#KerberosTgtPassing yes
This page took 0.032646 seconds and 5 git commands to generate.