From 6ec5800c924726a9efe7b8b33ddc38cf22e0101a Mon Sep 17 00:00:00 2001 From: Tine Date: Mon, 25 Nov 2024 17:28:38 +0100 Subject: [PATCH] fix: disable rpcbind --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0e20f..56d5338 100644 --- a/README.md +++ b/README.md @@ -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.