From 225a86331b649348000510f94c931f62b9cd08b7 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 1 Oct 2022 00:20:53 +0200 Subject: [PATCH] Permit outgoing SSH too --- roles/setup_nftables/files/input.d/ssh.conf | 2 +- roles/setup_nftables/files/output.d/ssh.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 roles/setup_nftables/files/output.d/ssh.conf diff --git a/roles/setup_nftables/files/input.d/ssh.conf b/roles/setup_nftables/files/input.d/ssh.conf index 4795ff2..4ccb373 100644 --- a/roles/setup_nftables/files/input.d/ssh.conf +++ b/roles/setup_nftables/files/input.d/ssh.conf @@ -1 +1 @@ -tcp dport ssh accept comment "Allow ssh" +tcp dport ssh accept comment "Allow SSH" diff --git a/roles/setup_nftables/files/output.d/ssh.conf b/roles/setup_nftables/files/output.d/ssh.conf new file mode 100644 index 0000000..4ccb373 --- /dev/null +++ b/roles/setup_nftables/files/output.d/ssh.conf @@ -0,0 +1 @@ +tcp dport ssh accept comment "Allow SSH"