-
Notifications
You must be signed in to change notification settings - Fork 590
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
SSH Certificate Authentication #1002
Comments
@rmweir to validate (work with @galal-hussein to understand the issue) |
Validation is good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the ability to use SSH certificates, in addition to SSH keys. This allows team members to manage a cluster without sharing private keys or maintaining a list of authorized_keys. Would also be useful when automating cluster deployment in CI/CD pipeline that uses Vault for secrets management.
Additional background:
https://www.vaultproject.io/docs/secrets/ssh/index.html
https://man.openbsd.org/ssh-keygen.1#CERTIFICATES
https://man.openbsd.org/sshd_config#TrustedUserCAKeys
The text was updated successfully, but these errors were encountered: