summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.17
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
389tries to find the matching public key file and prints its fingerprint. 389tries to find the matching public key file and prints its fingerprint.
390If combined with 390If combined with
391.Fl v , 391.Fl v ,
392an ASCII art representation of the key is supplied with the fingerprint. 392an visual ASCII art representation of the key is supplied with the
393fingerprint.
393.It Fl M Ar memory 394.It Fl M Ar memory
394Specify the amount of memory to use (in megabytes) when generating 395Specify the amount of memory to use (in megabytes) when generating
395candidate moduli for DH-GEX. 396candidate moduli for DH-GEX.