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