]> andersk Git - openssh.git/blobdiff - auth-rsa.c
- markus@cvs.openbsd.org 2001/06/22 21:55:49
[openssh.git] / auth-rsa.c
index 491ed81d60d4e88a5f5754d7b0631f32d786e329..899daae3b78944427004ff951df33a44cd8cdb1d 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rsa.c,v 1.41 2001/05/20 17:20:35 markus Exp $");
+RCSID("$OpenBSD: auth-rsa.c,v 1.42 2001/06/22 21:55:48 markus Exp $");
 
 #include <openssl/rsa.h>
 #include <openssl/md5.h>
@@ -211,9 +211,7 @@ auth_rsa(struct passwd *pw, BIGNUM *client_n)
 
                /* Parse the key from the line. */
                if (!auth_rsa_read_key(&cp, &bits, pk->e, pk->n)) {
-                       debug("%.100s, line %lu: bad key syntax",
-                           file, linenum);
-                       packet_send_debug("%.100s, line %lu: bad key syntax",
+                       debug("%.100s, line %lu: non ssh1 key syntax",
                            file, linenum);
                        continue;
                }
This page took 0.030331 seconds and 4 git commands to generate.