diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-01-22 11:19:42 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-22 22:42:01 +1100 |
commit | 180b520e2bab33b566b4b0cbac7d5f9940935011 (patch) | |
tree | c2a31b980248d5de7d1ef7308f8f40d3726f9142 | |
parent | c45616a199c322ca674315de88e788f1d2596e26 (diff) |
upstream: clarify: ssh-keygen -e only writes public keys, never
private
OpenBSD-Commit-ID: 7de7ff6d274d82febf9feb641e2415ffd6a30bfb
-rw-r--r-- | ssh-keygen.1 | 4 |
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 |
296 | This option will read a private or public OpenSSH key file and | 296 | This option will read a private or public OpenSSH key file and |
297 | print to stdout the key in one of the formats specified by the | 297 | print to stdout a public key in one of the formats specified by the |
298 | .Fl m | 298 | .Fl m |
299 | option. | 299 | option. |
300 | The default export format is | 300 | The default export format is |