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