Support for forwarding certificates
Hello,
Thanks for putty-cac!
Currently (regular) pageant (0.8.1) supports (openssh) ssh certificates in pageant, including forwarding (ssh -A). However, user confirmation for key/cert usage is not supported - this is why I use putty-cac. With putty-cac's pageant I find that certificates work as well and I welcome the confirmation dialog for each new connection attempt. However, the forwarded agent is unable to use the certificates and presents only keys.
Since certificate forwarding works in regular pageant, would it be possible to backport this functionality to putty-cac?
Thanks!
Can you clarify your environment and actions takes to reproduce this issue? If the option in PuTTY is selected to allow agent forwarding under the 'Auth' tab, then any certificates loaded into Pageant will be used in forwarding operations.
For example, this works perfectly for me:
- Launch Pageant
- Load the certificate
- Launch PuTTY
- Add the username@hostkey, preferred certificate, and allow agent forwarding
- Connect to the destination
- Run
ssh username@hostkeyagain from the destination system
Does that not work for you?
Everything as you stated except I was using windows' OpenSSH. This exact procedure used to not work for me - however, I just rechecked and it worked - sorry for the noise.