diff options
-rw-r--r-- | ssh-keygen.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 1f4edace5..f0d70adec 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.185 2019/12/30 09:49:52 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.186 2019/12/30 16:10:00 jmc 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 |
@@ -742,29 +742,23 @@ that both ends of a connection share common moduli. | |||
742 | A number of options are available for moduli generation and screening via the | 742 | A number of options are available for moduli generation and screening via the |
743 | .Fl O | 743 | .Fl O |
744 | flag: | 744 | flag: |
745 | .Bl -tag -width Ds -compact | 745 | .Bl -tag -width Ds |
746 | .Pp | ||
747 | .It Ic lines Ns = Ns Ar number | 746 | .It Ic lines Ns = Ns Ar number |
748 | Exit after screening the specified number of lines while performing DH | 747 | Exit after screening the specified number of lines while performing DH |
749 | candidate screening. | 748 | candidate screening. |
750 | .Pp | ||
751 | .It Ic start-line Ns = Ns Ar line-number | 749 | .It Ic start-line Ns = Ns Ar line-number |
752 | Start screening at the specified line number while performing DH candidate | 750 | Start screening at the specified line number while performing DH candidate |
753 | screening. | 751 | screening. |
754 | .Pp | ||
755 | .It Ic checkpoint Ns = Ns Ar filename | 752 | .It Ic checkpoint Ns = Ns Ar filename |
756 | Write the last line processed to the specified file while performing DH | 753 | Write the last line processed to the specified file while performing DH |
757 | candidate screening. | 754 | candidate screening. |
758 | This will be used to skip lines in the input file that have already been | 755 | This will be used to skip lines in the input file that have already been |
759 | processed if the job is restarted. | 756 | processed if the job is restarted. |
760 | .Pp | ||
761 | .It Ic memory Ns = Ns Ar mbytes | 757 | .It Ic memory Ns = Ns Ar mbytes |
762 | Specify the amount of memory to use (in megabytes) when generating | 758 | Specify the amount of memory to use (in megabytes) when generating |
763 | candidate moduli for DH-GEX. | 759 | candidate moduli for DH-GEX. |
764 | .Pp | ||
765 | .It Ic start Ns = Ns Ar hex-value | 760 | .It Ic start Ns = Ns Ar hex-value |
766 | Specify start point (in hex) when generating candidate moduli for DH-GEX. | 761 | Specify start point (in hex) when generating candidate moduli for DH-GEX. |
767 | .Pp | ||
768 | .It Ic generator Ns = Ns Ar value | 762 | .It Ic generator Ns = Ns Ar value |
769 | Specify desired generator (in decimal) when testing candidate moduli for DH-GEX. | 763 | Specify desired generator (in decimal) when testing candidate moduli for DH-GEX. |
770 | .El | 764 | .El |