vault-guides
vault-guides copied to clipboard
How to apply Signed SSH Certificates to ansible?
Hello,
I follow this guide about Signed SSH Certificates. I can use SSH CA key signed with private key to SSH server. But I’m stucking when apply this to ansible.
ssh -o StrictHostKeyChecking=no -i cicd-signed-key.pub -i privatekey username@servername “hostname” => It’s Ok. but how to I config in ansible to get both the SSH CA key signed and private key? I can’t do it or find anything documents/guides.
Please help me. Thank you.