From 2471808dac4def087f15f16a4f92356b435a3832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Fri, 30 Oct 2020 21:48:18 +0100 Subject: [PATCH] Fixing ssh_config path in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germain Carré --- doc/sphinx/installation/basic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/installation/basic.rst b/doc/sphinx/installation/basic.rst index fe498c0..c261ebe 100644 --- a/doc/sphinx/installation/basic.rst +++ b/doc/sphinx/installation/basic.rst @@ -114,8 +114,8 @@ If you used ``--upgrade``, then you are **warmly** advised to harden the configu .. code-block:: shell - vimdiff /opt/bastion/etc/ssh/ssh_config.deb10 /etc/ssh/ssh_config - vimdiff /opt/bastion/etc/ssh/sshd_config.deb10 /etc/ssh/sshd_config + vimdiff /opt/bastion/etc/ssh/ssh_config.debian10 /etc/ssh/ssh_config + vimdiff /opt/bastion/etc/ssh/sshd_config.debian10 /etc/ssh/sshd_config There are other templates available in the same directory, for the other supported distros.