Permit outgoing SSH too
This commit is contained in:
parent
a12b50a01f
commit
225a86331b
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
tcp dport ssh accept comment "Allow ssh"
|
tcp dport ssh accept comment "Allow SSH"
|
||||||
|
|
1
roles/setup_nftables/files/output.d/ssh.conf
Normal file
1
roles/setup_nftables/files/output.d/ssh.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
tcp dport ssh accept comment "Allow SSH"
|
Loading…
Reference in a new issue