From 4674b725f0d5232fbf332c69d1afe17ac4f4c978 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Wed, 25 Oct 2017 16:29:53 -0400 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cision=20sur=20la=20conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoSSH.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HowtoSSH.md b/HowtoSSH.md index 0d533a8b..ef928cd7 100644 --- a/HowtoSSH.md +++ b/HowtoSSH.md @@ -31,6 +31,23 @@ serveur dépend du choix qui a été fait lors de l'installation. ### Configuration minimale + + +~~~ +/etc/ssh +├── moduli +├── ssh_config +├── sshd_config +├── ssh_host_dsa_key +├── ssh_host_dsa_key.pub +├── ssh_host_ecdsa_key +├── ssh_host_ecdsa_key.pub +├── ssh_host_ed25519_key +├── ssh_host_ed25519_key.pub +├── ssh_host_rsa_key +└── ssh_host_rsa_key.pub +~~~ + La configuration de base qu'on utilise (les commentaires sont les options par défaut pouvant être changées).