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