summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd_config4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d1c9197a2..bad82c5ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@
25 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51 25 - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
26 [ssh-keygen.1 ssh-keygen.c] 26 [ssh-keygen.1 ssh-keygen.c]
27 bye bye -d 27 bye bye -d
28 - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
29 [sshd_config]
30 activate RSA 2 key
28 31
2920010304 3220010304
30 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. 33 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@@ -4217,4 +4220,4 @@
4217 - Wrote replacements for strlcpy and mkdtemp 4220 - Wrote replacements for strlcpy and mkdtemp
4218 - Released 1.0pre1 4221 - Released 1.0pre1
4219 4222
4220$Id: ChangeLog,v 1.859 2001/03/05 05:13:38 mouring Exp $ 4223$Id: ChangeLog,v 1.860 2001/03/05 05:17:18 mouring Exp $
diff --git a/sshd_config b/sshd_config
index 370c4c8bc..40522d75e 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $ 1# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $
2 2
3# This is the sshd server system-wide configuration file. See sshd(8) 3# This is the sshd server system-wide configuration file. See sshd(8)
4# for more information. 4# for more information.
@@ -9,7 +9,7 @@ Port 22
9#ListenAddress :: 9#ListenAddress ::
10HostKey /etc/ssh_host_key 10HostKey /etc/ssh_host_key
11HostKey /etc/ssh_host_dsa_key 11HostKey /etc/ssh_host_dsa_key
12#HostKey /etc/ssh_host_rsa_key 12HostKey /etc/ssh_host_rsa_key
13ServerKeyBits 768 13ServerKeyBits 768
14LoginGraceTime 600 14LoginGraceTime 600
15KeyRegenerationInterval 3600 15KeyRegenerationInterval 3600