This commit is contained in:
parent
cff19d4042
commit
01577ed7a6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ systemctl disable --now rpcbind
|
||||||
### 5. Disable SSH Access from public internet and enable public key auth.
|
### 5. Disable SSH Access from public internet and enable public key auth.
|
||||||
|
|
||||||
```
|
```
|
||||||
echo "PasswordAuthentication no" >>> /etc/ssh/sshd_config
|
echo "PasswordAuthentication no" >> /etc/ssh/sshd_config
|
||||||
```
|
```
|
||||||
|
|
||||||
### 6. Install Node Exporter and send metrics to monitor.tjo.cloud.
|
### 6. Install Node Exporter and send metrics to monitor.tjo.cloud.
|
||||||
|
|
Loading…
Reference in a new issue