From f85768d7647fc3065517606afefbbb3771bbf75b Mon Sep 17 00:00:00 2001 From: jlecour Date: Thu, 27 Apr 2017 17:18:05 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20v=C3=A9rification=20de=20cl=C3=A9?= =?UTF-8?q?=20publique=20ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCheckconf.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoCheckconf.md b/HowtoCheckconf.md index 114a4a1e..65fe4a9d 100644 --- a/HowtoCheckconf.md +++ b/HowtoCheckconf.md @@ -31,10 +31,18 @@ Syntax check complete. ## OpenSSH +Pour valider la configuration du serveur SSH : + ~~~ # sshd -T -f /etc/ssh/sshd_config ~~~ +Pour valider une clé publique : + +~~~ +# ssh-keygen -l -f .ssh/id_rsa.pub +~~~ + # Mail ## OpenSMTPD