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