summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-05-03 14:54:08 +0000
committerDamien Miller <djm@mindrot.org>2016-05-04 01:58:46 +1000
commitcdcd941994dc430f50d0a4e6a712d32b66e6199e (patch)
tree3ac93af363f16c509a46593560e8ebcba3f578ed /ssh-keygen.1
parent05855bf2ce7d5cd0a6db18bc0b4214ed5ef7516d (diff)
upstream commit
make nethack^wrandomart fingerprint flag more readily searchable pointed out by Matt Johnston Upstream-ID: cb40d0235dc153c478c1aad3bc60b195422a54fb
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.