summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-07-06 13:44:19 +1000
committerDamien Miller <djm@mindrot.org>2012-07-06 13:44:19 +1000
commitdfceafe8b11a4a1f9890a37e0cd88b01eb9cc30c (patch)
treea017648b59e06bd4405c04b143780b5b10bbc6af /ssh-keygen.1
parent77eab7b0240683eea307332e1df3ff8920baf012 (diff)
- dtucker@cvs.openbsd.org 2012/07/06 00:41:59
[moduli.c ssh-keygen.1 ssh-keygen.c] Add options to specify starting line number and number of lines to process when screening moduli candidates. This allows processing of different parts of a candidate moduli file in parallel. man page help jmc@, ok djm@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.118
1 files changed, 15 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 41da2077b..03f927edf 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.108 2011/10/16 11:02:46 dtucker Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.109 2012/07/06 00:41:59 dtucker Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: October 16 2011 $ 38.Dd $Mdocdate: July 6 2012 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -104,6 +104,8 @@
104.Fl f Ar input_file 104.Fl f Ar input_file
105.Op Fl v 105.Op Fl v
106.Op Fl a Ar num_trials 106.Op Fl a Ar num_trials
107.Op Fl J Ar num_lines
108.Op Fl j Ar start_line
107.Op Fl K Ar checkpt 109.Op Fl K Ar checkpt
108.Op Fl W Ar generator 110.Op Fl W Ar generator
109.Nm ssh-keygen 111.Nm ssh-keygen
@@ -297,6 +299,16 @@ in the format specified by the
297.Fl m 299.Fl m
298option and print an OpenSSH compatible private 300option and print an OpenSSH compatible private
299(or public) key to stdout. 301(or public) key to stdout.
302.It Fl J Ar num_lines
303Exit after screening the specified number of lines
304while performing DH candidate screening using the
305.Fl T
306option.
307.It Fl j Ar start_line
308Start screening at the specified line number
309while performing DH candidate screening using the
310.Fl T
311option.
300.It Fl K Ar checkpt 312.It Fl K Ar checkpt
301Write the last line processed to the file 313Write the last line processed to the file
302.Ar checkpt 314.Ar checkpt
@@ -518,7 +530,7 @@ This may be overridden using the
518.Fl S 530.Fl S
519option, which specifies a different start point (in hex). 531option, which specifies a different start point (in hex).
520.Pp 532.Pp
521Once a set of candidates have been generated, they must be tested for 533Once a set of candidates have been generated, they must be screened for
522suitability. 534suitability.
523This may be performed using the 535This may be performed using the
524.Fl T 536.Fl T