Merge pull request #25 from carsso/master

Fixing ssh_config path in documentation
This commit is contained in:
Stéphane Lesimple 2020-10-31 13:29:44 +01:00 committed by GitHub
commit d8000094ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.