diff options
-rw-r--r-- | ssh-keygen.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 37a4fc2b2..c56fa5d44 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.130 2016/02/17 07:38:19 jmc Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.131 2016/05/03 14:54:08 djm 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: February 17 2016 $ | 38 | .Dd $Mdocdate: May 3 2016 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -389,7 +389,8 @@ For RSA and DSA keys | |||
389 | tries to find the matching public key file and prints its fingerprint. | 389 | tries to find the matching public key file and prints its fingerprint. |
390 | If combined with | 390 | If combined with |
391 | .Fl v , | 391 | .Fl v , |
392 | an ASCII art representation of the key is supplied with the fingerprint. | 392 | an visual ASCII art representation of the key is supplied with the |
393 | fingerprint. | ||
393 | .It Fl M Ar memory | 394 | .It Fl M Ar memory |
394 | Specify the amount of memory to use (in megabytes) when generating | 395 | Specify the amount of memory to use (in megabytes) when generating |
395 | candidate moduli for DH-GEX. | 396 | candidate moduli for DH-GEX. |