Package: package:gnupg-agent Severity: normal --- Please enter the report below this line. ---
OpenSSH has supported certificates since version 5.6p1. gnupg-agent does not appear to support certificates as of 2.0.18. When trying to add a private key that has both a standard public key and a signed certificate, the public key is added properly, but the certificate fails. A typical session is: $ ls ~/.ssh/ -rw------- 1 jplejacq jplejacq 1743 Nov 5 10:45 id_rsa -rw------- 1 jplejacq jplejacq 1525 Mar 9 01:18 id_rsa-cert.pub -rw------- 1 jplejacq jplejacq 403 Nov 5 10:45 id_rsa.pub $ ssh-add -l The agent has no identities. $ ssh-add ~/.ssh/id_rsa Enter passphrase for /home/jplejacq/.ssh/id_rsa: # ... the window pinentry screen opens at this point for confirmation ... Identity added: /home/jplejacq/.ssh/id_rsa (/home/jplejacq/.ssh/id_rsa) SSH_AGENT_FAILURE Certificate /home/jplejacq/.ssh/id_rsa-cert.pub (com.quoininc.jplejacq) add failed Certificate added: /home/jplejacq/.ssh/id_rsa-cert.pub (com.quoininc.jplejacq) $ ssh-add -l 2048 4a:e8:77:8e:30:61:c3:15:e4:a0:fd:ca:cf:e2:fa:b2 /home/jplejacq/.ssh/id_rsa (RSA) $ ssh-add -L ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAx1XcYOKi4wj99vfZ3XoFlX7WAm10y0GHtUXlikXf+yGYrMwKPY9BpnVq1eJ8zcwH01J3qIUmLr/YW0MumwKgBq3wo6olyb1gKPrCiLz0JDtDzG/HZMWpsABakCCz8RaBB8XpUIv+4QdJNF/5bHJ7fDKvDq/Bsr1Az/x3VRTvd7SGwWo8C6qS2/JTuAjdTVJ4BWxaeXIUCCsPS1f86z6x7AtLpRrEjLykrf6buFkuEshzXTLSEvcKPJ+8irFot6nJhWQL7bYwCYwFMhfScT5l76poJ4BeM/ViLCnmXzBW89MUIIkhAja0rZNchLjkxmNyCEh2+FQAeSyzakcgTpIeYQ== /home/jplejacq/.ssh/id_rsa --- System information. --- Architecture: amd64 Kernel: Linux 3.2.0-2-amd64 Debian Release: wheezy/sid 500 unstable ftp.us.debian.org --- Package information. --- Package's Depends field is empty. Package's Recommends field is empty. Package's Suggests field is empty. -- JP m: +1 609 468 6172 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

