mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 01:02:49 +01:00
Compare commits
2 Commits
73b8d04e7d
...
80d50c0851
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80d50c0851 | ||
|
|
f34170e867 |
@@ -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