From f34170e8671d4910b4113f5ccc54ce9416392279 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Sat, 24 Feb 2024 09:03:02 -0500 Subject: [PATCH] Update README.md https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/issues/115 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c27f2d0..e75409d 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,9 @@ SSH is a door into your server. This is especially true if you are opening ports # don't allow .rhosts or /etc/hosts.equiv HostbasedAuthentication no + + # https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/issues/115 + HashKnownHosts yes ``` 1. Then **find and edit or add** these settings, and set values as per your requirements: