Skip to content

Question on "step ssh revoke" #1943

Answered by hslatman
CoderMcDaniel asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @CoderMcDaniel,

When revoking an SSH certificate, the SSH certificate gets recorded as being revoked on the CA side. The result of this is that the SSH certificate can't be used to renew itself, so that it'll eventually expire, and will no longer be usable. Currently the command does not interact with your local SSH agent, which is something we could look into adding, but in the end it's the SSH daemon that must verify the SSH certificate, so just removing it from the SSH agent won't get you to a 100% "blocking of the cert", so to speak.

Currently SSH certificate revocation relies on passive revocation, meaning that when the SSH certificate is revoked, it'll eventually expire and not …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CoderMcDaniel
Comment options

Answer selected by CoderMcDaniel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants