summaryrefslogtreecommitdiff
path: root/sshd_config.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-20 23:13:36 +1100
committerDamien Miller <djm@mindrot.org>2000-01-20 23:13:36 +1100
commit886c63a2c533e8ce8818580920232e4903a27da7 (patch)
treefe165f9c88b10cdef0b09873c14f118d127ce64e /sshd_config.in
parent88b86e40d65b3cf1238ad9eee67555a2acae61a8 (diff)
- Big manpage and config file cleanup from Andre Lucas
<andre.lucas@dial.pipex.com> - Re-added latest (unmodified) OpenBSD manpages
Diffstat (limited to 'sshd_config.in')
-rw-r--r--sshd_config.in60
1 files changed, 0 insertions, 60 deletions
diff --git a/sshd_config.in b/sshd_config.in
deleted file mode 100644
index cb2c56e05..000000000
--- a/sshd_config.in
+++ /dev/null
@@ -1,60 +0,0 @@
1# This is ssh server systemwide configuration file.
2
3Port 22
4ListenAddress 0.0.0.0
5#ListenAddress ::
6HostKey @sysconfdir@/ssh_host_key
7ServerKeyBits 768
8LoginGraceTime 600
9KeyRegenerationInterval 3600
10PermitRootLogin yes
11StrictModes yes
12X11Forwarding no
13X11DisplayOffset 10
14PrintMotd yes
15KeepAlive yes
16CheckMail no
17UseLogin no
18
19#
20# Loglevel replaces QuietMode and FascistLogging
21#
22SyslogFacility AUTH
23LogLevel INFO
24
25#
26# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
27#
28RhostsRSAAuthentication no
29
30#
31# Don't read ~/.rhosts and ~/.shosts files
32#
33IgnoreRhosts yes
34RhostsAuthentication no
35
36#
37# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
38#
39#IgnoreUserKnownHosts yes
40
41RSAAuthentication yes
42
43# To disable tunneled clear text passwords, change to no here!
44PasswordAuthentication yes
45PermitEmptyPasswords no
46
47#
48# Uncomment to disable s/key passwords (must be compiled with s/key support)
49#
50#SkeyAuthentication no
51
52#
53# To change Kerberos options (must be compiled with Kerberos support)
54#
55#KerberosAuthentication no
56#KerberosOrLocalPasswd yes
57#AFSTokenPassing no
58#KerberosTicketCleanup no
59# Kerberos TGT Passing does only work with the AFS kaserver
60#KerberosTgtPassing yes