diff options
Diffstat (limited to 'ssh-keygen.0')
-rw-r--r-- | ssh-keygen.0 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/ssh-keygen.0 b/ssh-keygen.0 index 4eedd4162..8f9fbd179 100644 --- a/ssh-keygen.0 +++ b/ssh-keygen.0 | |||
@@ -19,8 +19,8 @@ SYNOPSIS | |||
19 | ssh-keygen -R hostname [-f known_hosts_file] | 19 | ssh-keygen -R hostname [-f known_hosts_file] |
20 | ssh-keygen -r hostname [-f input_keyfile] [-g] | 20 | ssh-keygen -r hostname [-f input_keyfile] [-g] |
21 | ssh-keygen -G output_file [-v] [-b bits] [-M memory] [-S start_point] | 21 | ssh-keygen -G output_file [-v] [-b bits] [-M memory] [-S start_point] |
22 | ssh-keygen -T output_file -f input_file [-v] [-a num_trials] [-K checkpt] | 22 | ssh-keygen -T output_file -f input_file [-v] [-a num_trials] |
23 | [-W generator] | 23 | [-J num_lines] [-j start_line] [-K checkpt] [-W generator] |
24 | ssh-keygen -s ca_key -I certificate_identity [-h] [-n principals] | 24 | ssh-keygen -s ca_key -I certificate_identity [-h] [-n principals] |
25 | [-O option] [-V validity_interval] [-z serial_number] file ... | 25 | [-O option] [-V validity_interval] [-z serial_number] file ... |
26 | ssh-keygen -L [-f input_keyfile] | 26 | ssh-keygen -L [-f input_keyfile] |
@@ -151,6 +151,14 @@ DESCRIPTION | |||
151 | in the format specified by the -m option and print an OpenSSH | 151 | in the format specified by the -m option and print an OpenSSH |
152 | compatible private (or public) key to stdout. | 152 | compatible private (or public) key to stdout. |
153 | 153 | ||
154 | -J num_lines | ||
155 | Exit after screening the specified number of lines while | ||
156 | performing DH candidate screening using the -T option. | ||
157 | |||
158 | -j start_line | ||
159 | Start screening at the specified line number while performing DH | ||
160 | candidate screening using the -T option. | ||
161 | |||
154 | -K checkpt | 162 | -K checkpt |
155 | Write the last line processed to the file checkpt while | 163 | Write the last line processed to the file checkpt while |
156 | performing DH candidate screening using the -T option. This will | 164 | performing DH candidate screening using the -T option. This will |
@@ -329,7 +337,7 @@ MODULI GENERATION | |||
329 | length range. This may be overridden using the -S option, which | 337 | length range. This may be overridden using the -S option, which |
330 | specifies a different start point (in hex). | 338 | specifies a different start point (in hex). |
331 | 339 | ||
332 | Once a set of candidates have been generated, they must be tested for | 340 | Once a set of candidates have been generated, they must be screened for |
333 | suitability. This may be performed using the -T option. In this mode | 341 | suitability. This may be performed using the -T option. In this mode |
334 | ssh-keygen will read candidates from standard input (or a file specified | 342 | ssh-keygen will read candidates from standard input (or a file specified |
335 | using the -f option). For example: | 343 | using the -f option). For example: |
@@ -457,4 +465,4 @@ AUTHORS | |||
457 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 465 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
458 | versions 1.5 and 2.0. | 466 | versions 1.5 and 2.0. |
459 | 467 | ||
460 | OpenBSD 5.0 October 16, 2011 OpenBSD 5.0 | 468 | OpenBSD 5.2 July 6, 2012 OpenBSD 5.2 |