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 4eedd4162a60..8f9fbd17974f 100644 --- a/ssh-keygen.0 +++ b/ssh-keygen.0 @@ -19,8 +19,8 @@ SYNOPSIS ssh-keygen -R hostname [-f known_hosts_file] ssh-keygen -r hostname [-f input_keyfile] [-g] ssh-keygen -G output_file [-v] [-b bits] [-M memory] [-S start_point] - ssh-keygen -T output_file -f input_file [-v] [-a num_trials] [-K checkpt] - [-W generator] + ssh-keygen -T output_file -f input_file [-v] [-a num_trials] + [-J num_lines] [-j start_line] [-K checkpt] [-W generator] ssh-keygen -s ca_key -I certificate_identity [-h] [-n principals] [-O option] [-V validity_interval] [-z serial_number] file ... ssh-keygen -L [-f input_keyfile] @@ -151,6 +151,14 @@ DESCRIPTION in the format specified by the -m option and print an OpenSSH compatible private (or public) key to stdout. + -J num_lines + Exit after screening the specified number of lines while + performing DH candidate screening using the -T option. + + -j start_line + Start screening at the specified line number while performing DH + candidate screening using the -T option. + -K checkpt Write the last line processed to the file checkpt while performing DH candidate screening using the -T option. This will @@ -329,7 +337,7 @@ MODULI GENERATION length range. This may be overridden using the -S option, which specifies a different start point (in hex). - Once a set of candidates have been generated, they must be tested for + Once a set of candidates have been generated, they must be screened for suitability. This may be performed using the -T option. In this mode ssh-keygen will read candidates from standard input (or a file specified using the -f option). For example: @@ -457,4 +465,4 @@ AUTHORS created OpenSSH. Markus Friedl contributed the support for SSH protocol versions 1.5 and 2.0. -OpenBSD 5.0 October 16, 2011 OpenBSD 5.0 +OpenBSD 5.2 July 6, 2012 OpenBSD 5.2 |