mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 09:12:47 +01:00
Update README.md
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/issues/115
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user