From a305f0a74ec43cb0ec5fbfd61f718d8970f0dc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Tue, 25 Jun 2024 17:09:05 +0200 Subject: [PATCH] Update ssh_ca_key_signing.md (revocation) - misspelling: revocation --- docs/guides/security/ssh_ca_key_signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/security/ssh_ca_key_signing.md b/docs/guides/security/ssh_ca_key_signing.md index 6379399483..7085c40efd 100644 --- a/docs/guides/security/ssh_ca_key_signing.md +++ b/docs/guides/security/ssh_ca_key_signing.md @@ -205,4 +205,4 @@ Maintaining and updating the revocation lists is important. You can automate the ## Conclusion SSH is one of the most useful protocols to manage remote servers. Implementing certificate authorities can be helpful, especially in larger environments with many servers and users. -It is important to maintain revocation lists. It ensures the reovcation of compromised keys easily without replacing the whole key infrastructure. +It is important to maintain revocation lists. It ensures the revocation of compromised keys easily without replacing the whole key infrastructure.