[Pkg-gnupg-commit] [gnupg2] 59/112: agent: SSH support fix.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Aug 30 17:48:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit f14795d57f6c81709e9225dd3c5dfd3495cf1b2b
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Aug 10 13:51:14 2016 +0900

    agent: SSH support fix.
    
    * agent/command-ssh.c (ssh_handler_request_identities): Keep error
    message same.
    
    --
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 agent/command-ssh.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index 2def342..83a27ed 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -2623,7 +2623,9 @@ ssh_handler_request_identities (ctrl_t ctrl,
       err = agent_public_key_from_file (ctrl, grip, &key_public);
       if (err)
         {
-          log_error ("failed to read the public key\n");
+          log_error ("%s:%d: key '%s' skipped: %s\n",
+                     cf->fname, cf->lnr, cf->item.hexgrip,
+                     gpg_strerror (err));
           continue;
         }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list