Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssh_cert: Make it possible to use a signing key stored in ssh-agent #116

Closed
dougstanley opened this issue Oct 5, 2020 · 0 comments · Fixed by #117
Closed

openssh_cert: Make it possible to use a signing key stored in ssh-agent #116

dougstanley opened this issue Oct 5, 2020 · 0 comments · Fixed by #117

Comments

@dougstanley
Copy link
Contributor

SUMMARY

If the ssh signing key is password protected, and the user has it unlocked in an ssh-agent, an additional flag needs to be passed to ssh-keygen in order for it to use the key from the agent when signing. I propose an additional optional module boolean argument to add the flag needed.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

openssh_cert.py

ADDITIONAL INFORMATION

See summary.

- openssh_cert:
    type: user
    signing_key: /path/to/private_key
    use_agent: yes
    public_key: /path/to/public_key.pub
    path: /path/to/certificate
    valid_from: always
    valid_to: forever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant