summaryrefslogtreecommitdiff
path: root/other/openssh-2.1.1p4/sshd_config
diff options
context:
space:
mode:
authorSkyperTHC2026-03-03 06:28:55 +0000
committerSkyperTHC2026-03-03 06:28:55 +0000
commit5d3573ef7a109ee70416fe94db098fe6a769a798 (patch)
treedc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /other/openssh-2.1.1p4/sshd_config
parentc6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff)
packetstorm sync
Diffstat (limited to 'other/openssh-2.1.1p4/sshd_config')
-rw-r--r--other/openssh-2.1.1p4/sshd_config53
1 files changed, 53 insertions, 0 deletions
diff --git a/other/openssh-2.1.1p4/sshd_config b/other/openssh-2.1.1p4/sshd_config
new file mode 100644
index 0000000..d3bab84
--- /dev/null
+++ b/other/openssh-2.1.1p4/sshd_config
@@ -0,0 +1,53 @@
1# This is ssh server systemwide configuration file.
2
3Port 22
4#Protocol 2,1
5ListenAddress 0.0.0.0
6#ListenAddress ::
7HostKey /etc/ssh_host_key
8ServerKeyBits 768
9LoginGraceTime 600
10KeyRegenerationInterval 3600
11PermitRootLogin yes
12#
13# Don't read ~/.rhosts and ~/.shosts files
14IgnoreRhosts yes
15# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
16#IgnoreUserKnownHosts yes
17StrictModes yes
18X11Forwarding no
19X11DisplayOffset 10
20PrintMotd yes
21KeepAlive yes
22
23# Logging
24SyslogFacility AUTH
25LogLevel INFO
26#obsoletes QuietMode and FascistLogging
27
28RhostsAuthentication no
29#
30# For this to work you will also need host keys in /etc/ssh_known_hosts
31RhostsRSAAuthentication no
32#
33RSAAuthentication yes
34
35# To disable tunneled clear text passwords, change to no here!
36PasswordAuthentication yes
37PermitEmptyPasswords no
38# Uncomment to disable s/key passwords
39#SkeyAuthentication no
40
41# To change Kerberos options
42#KerberosAuthentication no
43#KerberosOrLocalPasswd yes
44#AFSTokenPassing no
45#KerberosTicketCleanup no
46
47# Kerberos TGT Passing does only work with the AFS kaserver
48#KerberosTgtPassing yes
49
50CheckMail no
51UseLogin no
52
53#Subsystem sftp /usr/local/sbin/sftpd