upstream: clarify: ssh-keygen -e only writes public keys, never
private OpenBSD-Commit-ID: 7de7ff6d274d82febf9feb641e2415ffd6a30bfb
This commit is contained in:
parent
c45616a199
commit
180b520e2b
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: ssh-keygen.1,v 1.153 2019/01/22 11:00:15 djm Exp $
|
||||
.\" $OpenBSD: ssh-keygen.1,v 1.154 2019/01/22 11:19:42 djm Exp $
|
||||
.\"
|
||||
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
|
@ -294,7 +294,7 @@ The default is
|
|||
.Dq sha256 .
|
||||
.It Fl e
|
||||
This option will read a private or public OpenSSH key file and
|
||||
print to stdout the key in one of the formats specified by the
|
||||
print to stdout a public key in one of the formats specified by the
|
||||
.Fl m
|
||||
option.
|
||||
The default export format is
|
||||
|
|
Loading…
Reference in New Issue