https://bugzilla.mindrot.org/show_bug.cgi?id=2550
--- Comment #2 from Peter Moody <[email protected]> --- nope :( this works tho: if (sshkey_equal_public(id->key, private_id->key) && id == private_id) { I added a debug2("id %p (id %d), private id %p (id %d)", id, id->key->type, private_id, private_id->key->type); to the match, and this is the -vvv output debug1: Server accepts key: pkalg [email protected] blen 2769 debug2: input_userauth_pk_ok: fp SHA256:5U6bsClkHE1aWyFRkKbynEtiK8QD3/Nf3cxeUSR+BCA debug3: sign_and_send_pubkey: RSA-CERT SHA256:5U6bsClkHE1aWyFRkKbynEtiK8QD3/Nf3cxeUSR+BCA debug2: id 0x7fab613164d0 (id 5), private id 0x7fab613164d0 (id 5) debug2: sign_and_send_pubkey: using private key "[Valid until Sat 12 Mar 2016 11:55 UTC, Version 2]" from agent for certificate debug3: send packet: type 50 debug3: receive packet: type 52 debug1: Authentication succeeded (publickey). this is my ssh-agent pmoody@pmoody (148) 04:39 (.git 7.2p1) /home/pmoody/src/openssh-portable $ ./ssh-add -l 2048 SHA256:5U6bsClkHE1aWyFRkKbynEtiK8QD3/Nf3cxeUSR+BCA [Valid until Sat 12 Mar 2016 11:55 UTC, Version 2] (RSA-CERT) pmoody@pmoody (0) 04:39 (.git 7.2p1) /home/pmoody/src/openssh-portable $ -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
