diff options
author | Damien Miller <djm@mindrot.org> | 2011-10-18 16:05:38 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-10-18 16:05:38 +1100 |
commit | 927d82bc6a58b112e0a12f9ad12802c7637adef3 (patch) | |
tree | 5f8e7de5afd62749d0774631c5d5db886fa84c10 | |
parent | 390d0561fccfba5e2e97105f75b70b32aab59578 (diff) |
- jmc@cvs.openbsd.org 2011/10/16 15:02:41
[ssh-keygen.c]
put -K in the right place (usage());
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-keygen.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -6,6 +6,9 @@ | |||
6 | - dtucker@cvs.openbsd.org 2011/10/16 11:02:46 | 6 | - dtucker@cvs.openbsd.org 2011/10/16 11:02:46 |
7 | [moduli.c ssh-keygen.1 ssh-keygen.c] | 7 | [moduli.c ssh-keygen.1 ssh-keygen.c] |
8 | Add optional checkpoints for moduli screening. feedback & ok deraadt | 8 | Add optional checkpoints for moduli screening. feedback & ok deraadt |
9 | - jmc@cvs.openbsd.org 2011/10/16 15:02:41 | ||
10 | [ssh-keygen.c] | ||
11 | put -K in the right place (usage()); | ||
9 | 12 | ||
10 | 20111001 | 13 | 20111001 |
11 | - (dtucker) [openbsd-compat/mktemp.c] Fix compiler warning. ok djm | 14 | - (dtucker) [openbsd-compat/mktemp.c] Fix compiler warning. ok djm |
diff --git a/ssh-keygen.c b/ssh-keygen.c index bd15cccff..53b232d6e 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.211 2011/10/16 11:02:46 dtucker Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.212 2011/10/16 15:02: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 |
@@ -1881,10 +1881,10 @@ usage(void) | |||
1881 | fprintf(stderr, " -G file Generate candidates for DH-GEX moduli.\n"); | 1881 | fprintf(stderr, " -G file Generate candidates for DH-GEX moduli.\n"); |
1882 | fprintf(stderr, " -g Use generic DNS resource record format.\n"); | 1882 | fprintf(stderr, " -g Use generic DNS resource record format.\n"); |
1883 | fprintf(stderr, " -H Hash names in known_hosts file.\n"); | 1883 | fprintf(stderr, " -H Hash names in known_hosts file.\n"); |
1884 | fprintf(stderr, " -K checkpt Write checkpoints to this file.\n"); | ||
1885 | fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n"); | 1884 | fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n"); |
1886 | fprintf(stderr, " -I key_id Key identifier to include in certificate.\n"); | 1885 | fprintf(stderr, " -I key_id Key identifier to include in certificate.\n"); |
1887 | fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n"); | 1886 | fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n"); |
1887 | fprintf(stderr, " -K checkpt Write checkpoints to this file.\n"); | ||
1888 | fprintf(stderr, " -L Print the contents of a certificate.\n"); | 1888 | fprintf(stderr, " -L Print the contents of a certificate.\n"); |
1889 | fprintf(stderr, " -l Show fingerprint of key file.\n"); | 1889 | fprintf(stderr, " -l Show fingerprint of key file.\n"); |
1890 | fprintf(stderr, " -M memory Amount of memory (MB) to use for generating DH-GEX moduli.\n"); | 1890 | fprintf(stderr, " -M memory Amount of memory (MB) to use for generating DH-GEX moduli.\n"); |