diff svr-runopts.c @ 91:dc68f7624f17

Stupid DSS hostkey bug fixed.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Aug 2004 09:14:30 +0000
parents ac96bc733e71
children c85c88500ea6
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);