Implement use_agent option to get signing key from ssh-agent. (#117)

This commit is contained in:
Doug Stanley
2020-10-19 12:07:36 -04:00
committed by GitHub
parent a6490fa60e
commit b32adcce78
7 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- openssh_cert - add module parameter ``use_agent`` to enable using signing keys stored in ssh-agent (https://github.com/ansible-collections/community.crypto/issues/116).