]> andersk Git - openssh.git/blame - sshd_config
Real remove of the news4-posix.h .. Too bad I can't do the same
[openssh.git] / sshd_config
CommitLineData
8efc0c15 1# This is ssh server systemwide configuration file.
2
3Port 22
d6f24e45 4#Protocol 2,1
8efc0c15 5ListenAddress 0.0.0.0
48e671d5 6#ListenAddress ::
5f4fdfae 7HostKey /etc/ssh_host_key
fa08c86b 8HostKey /etc/ssh_host_rsa_key
9HostKey /etc/ssh_host_dsa_key
8efc0c15 10ServerKeyBits 768
11LoginGraceTime 600
12KeyRegenerationInterval 3600
13PermitRootLogin yes
5f4fdfae 14#
15# Don't read ~/.rhosts and ~/.shosts files
16IgnoreRhosts yes
17# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
18#IgnoreUserKnownHosts yes
8efc0c15 19StrictModes yes
b4748e2f 20X11Forwarding no
8efc0c15 21X11DisplayOffset 10
8efc0c15 22PrintMotd yes
23KeepAlive yes
dd092f97 24
5f4fdfae 25# Logging
57ce3f00 26SyslogFacility AUTHPRIV
dd092f97 27LogLevel INFO
5f4fdfae 28#obsoletes QuietMode and FascistLogging
272b7f60 29
dd092f97 30RhostsAuthentication no
b4748e2f 31#
5f4fdfae 32# For this to work you will also need host keys in /etc/ssh_known_hosts
33RhostsRSAAuthentication no
b4748e2f 34#
8efc0c15 35RSAAuthentication yes
36
37# To disable tunneled clear text passwords, change to no here!
38PasswordAuthentication yes
39PermitEmptyPasswords no
5f4fdfae 40# Uncomment to disable s/key passwords
8efc0c15 41#SkeyAuthentication no
94ec8c6b 42#KbdInteractiveAuthentication yes
8efc0c15 43
5f4fdfae 44# To change Kerberos options
8efc0c15 45#KerberosAuthentication no
46#KerberosOrLocalPasswd yes
47#AFSTokenPassing no
48#KerberosTicketCleanup no
5f4fdfae 49
8efc0c15 50# Kerberos TGT Passing does only work with the AFS kaserver
51#KerberosTgtPassing yes
5f4fdfae 52
53CheckMail no
10fa00c8 54#UseLogin no
38c295d6 55
b5e300c2 56# Uncomment if you want to enable sftp
57#Subsystem sftp /usr/libexec/sftp-server
c345cf9d 58#MaxStartups 10:30:60
eea39c02 59#Banner /etc/issue.net
This page took 0.150256 seconds and 5 git commands to generate.