fix: disable rpcbind
Some checks failed
/ lint (push) Failing after 1m27s

This commit is contained in:
Tine 2024-11-25 17:28:38 +01:00
parent 01577ed7a6
commit 6ec5800c92
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -57,7 +57,9 @@ iptables -A INPUT -p tcp -i vmbr0 --dport 8006 -j DROP
### 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.