[openssh-commits] [openssh] 02/03: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 29 18:09:10 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 9ee692fa1146e887e008a2b9a3d3ea81770c9fc8
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Apr 28 14:30:21 2016 +0000
upstream commit
fix comment
Upstream-ID: 313a385bd7b69a82f8e28ecbaf5789c774457b15
---
sshconnect2.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sshconnect2.c b/sshconnect2.c
index 1cf48a2..f7d0644 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect2.c,v 1.240 2016/03/14 16:20:54 djm Exp $ */
+/* $OpenBSD: sshconnect2.c,v 1.241 2016/04/28 14:30:21 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -1094,8 +1094,8 @@ sign_and_send_pubkey(Authctxt *authctxt, Identity *id)
/*
* If the key is an certificate, try to find a matching private key
* and use it to complete the signature.
- * If no such private key exists, return failure and continue with
- * other methods of authentication.
+ * If no such private key exists, fall back to trying the certificate
+ * key itself in case it has a private half already loaded.
*/
if (key_is_cert(id->key)) {
matched = 0;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list