]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2001/02/24 10:37:26
authormouring <mouring>
Mon, 5 Mar 2001 06:05:35 +0000 (06:05 +0000)
committermouring <mouring>
Mon, 5 Mar 2001 06:05:35 +0000 (06:05 +0000)
     [sshd_config]
     ssh2 rsa key before dsa key

ChangeLog
sshd_config

index e1a3ec7c89b83a8e818499c2f18bcb3c969811be..e863d4dcf09bb736ddae65dd75d60bf9c3347053 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,9 @@
    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
      [readconf.c]
      look for id_rsa by default, before id_dsa
+   - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
+     [sshd_config]
+     ssh2 rsa key before dsa key
 
 20010304
  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
index 40522d75e4dc53a63e40cca36a4d857fbb6a25d3..0e29700785816596947b4f1819a40e0a950537f5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $
+#      $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $
 
 # This is the sshd server system-wide configuration file.  See sshd(8)
 # for more information.
@@ -8,8 +8,8 @@ Port 22
 #ListenAddress 0.0.0.0
 #ListenAddress ::
 HostKey /etc/ssh_host_key
-HostKey /etc/ssh_host_dsa_key
 HostKey /etc/ssh_host_rsa_key
+HostKey /etc/ssh_host_dsa_key
 ServerKeyBits 768
 LoginGraceTime 600
 KeyRegenerationInterval 3600
This page took 0.042916 seconds and 5 git commands to generate.