does ansible support ssh signed keys?

Hi all,

ssh supports signed ssh keys by appending ‘-cert.pub’ to private keys . Can I specify this key to ansible, along with the private key?

Thanks,
Markos

ssh supports signed ssh keys by appending ‘-cert.pub’ to private keys . Can I specify this key to ansible, along with the private key?

Connecting with? Or managing? Or what? What is the ansible-specific thing you are looking for?

SSH can be configured to use specific keys using ssh_config
Keys signed by certain cert-authorities can be authorized in authorized_keys

Cheers,
Paul