summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2019-10-22 08:50:35 +0000
committerDarren Tucker <dtucker@dtucker.net>2019-10-29 20:47:25 +1100
commit70fc9a6ca4dd33cb2dd400a4dad5db9683a3d284 (patch)
treeb76fee49ae9d52799fd3528cd43a9cf5f615a041 /ssh-keygen.1
parent702368aa4381c3b482368257ac574a87b5a80938 (diff)
upstream: fixes from lucas;
OpenBSD-Commit-ID: 4c4bfd2806c5bbc753788ffe19c5ee13aaf418b2
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.19
1 files changed, 5 insertions, 4 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 957d2f0f0..dca566ca2 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.171 2019/10/03 17:07:50 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.172 2019/10/22 08:50:35 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
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: October 3 2019 $ 38.Dd $Mdocdate: October 22 2019 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -716,6 +716,7 @@ flag.
716The revocation file may be a KRL or a one-per-line list of public keys. 716The revocation file may be a KRL or a one-per-line list of public keys.
717Successful verification by an authorized signer is signalled by 717Successful verification by an authorized signer is signalled by
718.Nm 718.Nm
719returning a zero exit status.
719.It Fl Y Cm check-novalidate 720.It Fl Y Cm check-novalidate
720Checks that a signature generated using 721Checks that a signature generated using
721.Nm 722.Nm
@@ -987,8 +988,8 @@ The principals field is a pattern-list (See PATTERNS in
987consisting of one or more comma-separated USER@DOMAIN identity patterns 988consisting of one or more comma-separated USER@DOMAIN identity patterns
988that are accepted for signing. 989that are accepted for signing.
989When verifying, the identity presented via the 990When verifying, the identity presented via the
990.Fl I option 991.Fl I
991must match a principals pattern in order for the corresponding key to be 992option must match a principals pattern in order for the corresponding key to be
992considered acceptable for verification. 993considered acceptable for verification.
993.Pp 994.Pp
994The options (if present) consist of comma-separated option specifications. 995The options (if present) consist of comma-separated option specifications.