diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-08-11 10:54:17 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-08-11 10:56:29 +0200 |
commit | b9f4635ea5bc33ed5ebbacf332d79bae463b0f54 (patch) | |
tree | 68f4cb5a729a2dc3cf1ad06e8506cfef95e77b86 /ssh-keygen.1 | |
parent | upstream: oops, missed one more %p (diff) | |
download | openssh-b9f4635ea5bc33ed5ebbacf332d79bae463b0f54.tar.xz openssh-b9f4635ea5bc33ed5ebbacf332d79bae463b0f54.zip |
upstream: when verifying sshsig signatures, support an option
(-Oprint-pubkey) to dump the full public key to stdout; based on patch from
Fabian Stelzer; ok markus@
OpenBSD-Commit-ID: 0598000e5b9adfb45d42afa76ff80daaa12fc3e2
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index c157186ad..f83f515f6 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.215 2021/07/23 06:01:17 jmc Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.216 2021/08/11 08:54:17 djm Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 23 2021 $ +.Dd $Mdocdate: August 11 2021 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -537,6 +537,8 @@ When performing signature-related options using the .Fl Y flag, the following options are accepted: .Bl -tag -width Ds +.It Cm print-pubkey +Print the full public key to standard output after signature verification. .It Cm verify-time Ns = Ns Ar timestamp Specifies a time to use when validating signatures instead of the current time. |