summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 670024b2e..ed3cdb3ed 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.158 2007/01/03 03:01:40 stevesk Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.159 2007/01/12 20:20:41 jmc Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1016,13 +1016,13 @@ usage(void)
1016#ifdef SMARTCARD 1016#ifdef SMARTCARD
1017 fprintf(stderr, " -D reader Download public key from smartcard.\n"); 1017 fprintf(stderr, " -D reader Download public key from smartcard.\n");
1018#endif /* SMARTCARD */ 1018#endif /* SMARTCARD */
1019 fprintf(stderr, " -e Convert OpenSSH to IETF SECSH key file.\n"); 1019 fprintf(stderr, " -e Convert OpenSSH to RFC 4716 key file.\n");
1020 fprintf(stderr, " -F hostname Find hostname in known hosts file.\n"); 1020 fprintf(stderr, " -F hostname Find hostname in known hosts file.\n");
1021 fprintf(stderr, " -f filename Filename of the key file.\n"); 1021 fprintf(stderr, " -f filename Filename of the key file.\n");
1022 fprintf(stderr, " -G file Generate candidates for DH-GEX moduli.\n"); 1022 fprintf(stderr, " -G file Generate candidates for DH-GEX moduli.\n");
1023 fprintf(stderr, " -g Use generic DNS resource record format.\n"); 1023 fprintf(stderr, " -g Use generic DNS resource record format.\n");
1024 fprintf(stderr, " -H Hash names in known_hosts file.\n"); 1024 fprintf(stderr, " -H Hash names in known_hosts file.\n");
1025 fprintf(stderr, " -i Convert IETF SECSH to OpenSSH key file.\n"); 1025 fprintf(stderr, " -i Convert RFC 4716 to OpenSSH key file.\n");
1026 fprintf(stderr, " -l Show fingerprint of key file.\n"); 1026 fprintf(stderr, " -l Show fingerprint of key file.\n");
1027 fprintf(stderr, " -M memory Amount of memory (MB) to use for generating DH-GEX moduli.\n"); 1027 fprintf(stderr, " -M memory Amount of memory (MB) to use for generating DH-GEX moduli.\n");
1028 fprintf(stderr, " -N phrase Provide new passphrase.\n"); 1028 fprintf(stderr, " -N phrase Provide new passphrase.\n");