summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-01-20 22:34:04 +1100
committerDamien Miller <djm@mindrot.org>2013-01-20 22:34:04 +1100
commit072fdcd19821bbd36ee175475286fad17eaaa367 (patch)
tree29f46c40680d4db495cca160872ab68f9f77cc05
parent72abeb709ee835088d9151629de8d29a9f2529c3 (diff)
- jmc@cvs.openbsd.org 2013/01/18 08:39:04
[ssh-keygen.1] add -Q to the options list; ok djm
-rw-r--r--ChangeLog3
-rw-r--r--ssh-keygen.14
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc5c7f010..f9bdf2ab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
12 - jmc@cvs.openbsd.org 2013/01/18 08:00:49 12 - jmc@cvs.openbsd.org 2013/01/18 08:00:49
13 [sshd_config.5] 13 [sshd_config.5]
14 tweak previous; 14 tweak previous;
15 - jmc@cvs.openbsd.org 2013/01/18 08:39:04
16 [ssh-keygen.1]
17 add -Q to the options list; ok djm
15 18
1620130118 1920130118
17 - (djm) OpenBSD CVS Sync 20 - (djm) OpenBSD CVS Sync
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index ac97678d3..ca0ab3537 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.112 2013/01/18 07:57:47 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.113 2013/01/18 08:39:04 jmc 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
@@ -455,6 +455,8 @@ creating a new private key.
455The program will prompt for the file 455The program will prompt for the file
456containing the private key, for the old passphrase, and twice for the 456containing the private key, for the old passphrase, and twice for the
457new passphrase. 457new passphrase.
458.It Fl Q
459Test whether keys have been revoked in a KRL.
458.It Fl q 460.It Fl q
459Silence 461Silence
460.Nm ssh-keygen . 462.Nm ssh-keygen .