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