This commit is contained in:
parent
01577ed7a6
commit
6ec5800c92
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ iptables -A INPUT -p tcp -i vmbr0 --dport 8006 -j DROP
|
||||||
### 5. Disable RPC Bind
|
### 5. Disable RPC Bind
|
||||||
|
|
||||||
```
|
```
|
||||||
systemctl disable --now rpcbind
|
systemctl disable --now rpcbind.target
|
||||||
|
systemctl disable --now rpcbind.socket
|
||||||
|
systemctl disable --now rpcbind.service
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5. Disable SSH Access from public internet and enable public key auth.
|
### 5. Disable SSH Access from public internet and enable public key auth.
|
||||||
|
|
Loading…
Reference in a new issue