summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-22 18:09:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-22 18:09:07 +0000
commit2eba5e351672368485ed4f0b62da848022b57086 (patch)
tree880fce8b19ed7e29fa825cd03bd7eaabcb3be6d2
parente7287dec10bf397c1907d17b0a8e531698fd7b98 (diff)
activate RSA 2 key
-rw-r--r--usr.bin/ssh/sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index 8d0af106089..14c64d77c78 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $
+# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
@@ -9,7 +9,7 @@ Port 22
#ListenAddress ::
HostKey /etc/ssh_host_key
HostKey /etc/ssh_host_dsa_key
-#HostKey /etc/ssh_host_rsa_key
+HostKey /etc/ssh_host_rsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600