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