changeset 91:dc68f7624f17

Stupid DSS hostkey bug fixed.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Aug 2004 09:14:30 +0000
parents c2ac796b130e
children 2e92778dd162
files svr-runopts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-runopts.c	Sat Sep 04 14:19:17 2004 +0000
+++ b/svr-runopts.c	Wed Aug 18 09:14:30 2004 +0000
@@ -302,7 +302,7 @@
 	}
 #endif
 #ifdef DROPBEAR_DSS
-	type = DROPBEAR_SIGNKEY_RSA;
+	type = DROPBEAR_SIGNKEY_DSS;
 	ret = readhostkey(dsskeyfile, hostkey, &type);
 	if (ret == DROPBEAR_FAILURE) {
 		disablekey(DROPBEAR_SIGNKEY_DSS, dsskeyfile);