[openssh-commits] [openssh] 02/04: upstream: fixes from lucas;
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 29 20:49:13 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 70fc9a6ca4dd33cb2dd400a4dad5db9683a3d284
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Tue Oct 22 08:50:35 2019 +0000
upstream: fixes from lucas;
OpenBSD-Commit-ID: 4c4bfd2806c5bbc753788ffe19c5ee13aaf418b2
---
ssh-keygen.1 | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 957d2f0f..dca566ca 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.171 2019/10/03 17:07:50 jmc Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.172 2019/10/22 08:50:35 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo at cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo at 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: October 3 2019 $
+.Dd $Mdocdate: October 22 2019 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@@ -716,6 +716,7 @@ flag.
The revocation file may be a KRL or a one-per-line list of public keys.
Successful verification by an authorized signer is signalled by
.Nm
+returning a zero exit status.
.It Fl Y Cm check-novalidate
Checks that a signature generated using
.Nm
@@ -987,8 +988,8 @@ The principals field is a pattern-list (See PATTERNS in
consisting of one or more comma-separated USER at DOMAIN identity patterns
that are accepted for signing.
When verifying, the identity presented via the
-.Fl I option
-must match a principals pattern in order for the corresponding key to be
+.Fl I
+option must match a principals pattern in order for the corresponding key to be
considered acceptable for verification.
.Pp
The options (if present) consist of comma-separated option specifications.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list