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

Allow revoking an entire signing key #65

Open
nsheridan opened this issue Aug 24, 2017 · 0 comments
Open

Allow revoking an entire signing key #65

nsheridan opened this issue Aug 24, 2017 · 0 comments

Comments

@nsheridan
Copy link
Owner

The sshd option TrustedUserCAKeys allows the specified CA file to contain multiple keys which makes rotating signing keys pretty easy. But if the signing key is compromised we should be able to revoke all certs by revoking the signing key - the sshd will automatically deny any cert signed with the revoked signing key.
This sounds easy enough to implement, but we don't currently record any data about the signing key and we probably should.

@patrickod I'm interested in your thoughts on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant