]> git.pld-linux.org Git - packages/openssh.git/blame - opensshd.conf
- rel 2
[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
cf3b46d6
AF
21PrintMotd yes
22KeepAlive yes
3f1168a9
AM
23
24# Logging
25SyslogFacility AUTH
26LogLevel INFO
27#obsoletes QuietMode and FascistLogging
28
cf3b46d6 29RhostsAuthentication no
3f1168a9
AM
30#
31# For this to work you will also need host keys in /etc/ssh_known_hosts
32RhostsRSAAuthentication no
33#
cf3b46d6 34RSAAuthentication yes
3f1168a9
AM
35
36# To disable tunneled clear text passwords, change to no here!
cf3b46d6 37PasswordAuthentication yes
3f1168a9
AM
38PermitEmptyPasswords no
39# Uncomment to disable s/key passwords
40#SkeyAuthentication no
41
42# To change Kerberos options
43#KerberosAuthentication no
44#KerberosOrLocalPasswd yes
45#AFSTokenPassing no
46#KerberosTicketCleanup no
47
48# Kerberos TGT Passing does only work with the AFS kaserver
49#KerberosTgtPassing yes
50
20cf0130 51UseLogin no
This page took 0.14657 seconds and 4 git commands to generate.