Compare commits

...

2 Commits

Author SHA1 Message Date
jxdv
80d50c0851 Merge c2f8f2e42d into f34170e867 2024-02-24 10:21:41 -08:00
IMTheNachoMan
f34170e867 Update README.md
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/issues/115
2024-02-24 09:03:02 -05:00

View File

@@ -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 # don't allow .rhosts or /etc/hosts.equiv
HostbasedAuthentication no 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: 1. Then **find and edit or add** these settings, and set values as per your requirements: