summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-01-22 11:19:42 +0000
committerDamien Miller <djm@mindrot.org>2019-01-22 22:42:01 +1100
commit180b520e2bab33b566b4b0cbac7d5f9940935011 (patch)
treec2a31b980248d5de7d1ef7308f8f40d3726f9142
parentc45616a199c322ca674315de88e788f1d2596e26 (diff)
upstream: clarify: ssh-keygen -e only writes public keys, never
private OpenBSD-Commit-ID: 7de7ff6d274d82febf9feb641e2415ffd6a30bfb
-rw-r--r--ssh-keygen.14
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 56815e272..d538816d9 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.153 2019/01/22 11:00:15 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.154 2019/01/22 11:19:42 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
@@ -294,7 +294,7 @@ The default is
294.Dq sha256 . 294.Dq sha256 .
295.It Fl e 295.It Fl e
296This option will read a private or public OpenSSH key file and 296This option will read a private or public OpenSSH key file and
297print to stdout the key in one of the formats specified by the 297print to stdout a public key in one of the formats specified by the
298.Fl m 298.Fl m
299option. 299option.
300The default export format is 300The default export format is