]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- markus@cvs.openbsd.org 2001/02/12 16:16:23
[openssh.git] / ssh-keygen.c
index 3b5d22fa3dbc50cacaec8a218cc2ae77549bcf43..f573db481407024a83a59f0055d3cdb4bc16a469 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.42 2001/02/04 15:32:26 stevesk Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.43 2001/02/12 16:16:23 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/pem.h>
@@ -532,6 +532,7 @@ do_change_comment(struct passwd *pw)
        public = key_new(KEY_RSA1);
        if (!load_public_key(identity_file, public, NULL)) {
                printf("%s is not a valid key file.\n", identity_file);
+               printf("Comments are only supported in RSA1 keys\n");
                exit(1);
        }
 
This page took 0.036542 seconds and 4 git commands to generate.