]> git.pld-linux.org Git - packages/openssh.git/blame_incremental - opensshd.conf
- rel 2
[packages/openssh.git] / opensshd.conf
... / ...
CommitLineData
1# This is ssh server systemwide configuration file.
2
3Port 22
4Protocol 1,2
5#ListenAddress 0.0.0.0
6#ListenAddress ::
7#HostKey /etc/ssh/ssh_host_key
8#HostKey /etc/ssh/ssh_host_dsa_key
9ServerKeyBits 768
10LoginGraceTime 600
11KeyRegenerationInterval 3600
12PermitRootLogin no
13#
14# Don't read ~/.rhosts and ~/.shosts files
15IgnoreRhosts yes
16# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
17#IgnoreUserKnownHosts yes
18StrictModes yes
19X11Forwarding no
20X11DisplayOffset 10
21PrintMotd yes
22KeepAlive yes
23
24# Logging
25SyslogFacility AUTH
26LogLevel INFO
27#obsoletes QuietMode and FascistLogging
28
29RhostsAuthentication no
30#
31# For this to work you will also need host keys in /etc/ssh_known_hosts
32RhostsRSAAuthentication no
33#
34RSAAuthentication yes
35
36# To disable tunneled clear text passwords, change to no here!
37PasswordAuthentication yes
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
51UseLogin no
This page took 0.073899 seconds and 4 git commands to generate.