- jmc@cvs.openbsd.org 2013/01/18 08:39:04
[ssh-keygen.1] add -Q to the options list; ok djm
This commit is contained in:
parent
72abeb709e
commit
072fdcd198
|
@ -12,6 +12,9 @@
|
||||||
- jmc@cvs.openbsd.org 2013/01/18 08:00:49
|
- jmc@cvs.openbsd.org 2013/01/18 08:00:49
|
||||||
[sshd_config.5]
|
[sshd_config.5]
|
||||||
tweak previous;
|
tweak previous;
|
||||||
|
- jmc@cvs.openbsd.org 2013/01/18 08:39:04
|
||||||
|
[ssh-keygen.1]
|
||||||
|
add -Q to the options list; ok djm
|
||||||
|
|
||||||
20130118
|
20130118
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.112 2013/01/18 07:57:47 jmc Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.113 2013/01/18 08:39:04 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -455,6 +455,8 @@ creating a new private key.
|
||||||
The program will prompt for the file
|
The program will prompt for the file
|
||||||
containing the private key, for the old passphrase, and twice for the
|
containing the private key, for the old passphrase, and twice for the
|
||||||
new passphrase.
|
new passphrase.
|
||||||
|
.It Fl Q
|
||||||
|
Test whether keys have been revoked in a KRL.
|
||||||
.It Fl q
|
.It Fl q
|
||||||
Silence
|
Silence
|
||||||
.Nm ssh-keygen .
|
.Nm ssh-keygen .
|
||||||
|
|
Loading…
Reference in New Issue