fixed knocd.conf, added etckeeper to misc

This commit is contained in:
2018-04-28 15:15:53 +02:00
parent ec941fac00
commit 3b75438c05
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
[SSH]
sequence = 7000,8000,9000
seq_timeout = 5
# TODO do not limit port 22 to the ip as it don't work with 4G connection
start_command = ufw allow from %IP% to any port 22
# TODO do not limit port 22 to the ip as it don't work with 4G connection
start_command = ufw insert 1 allow from %IP% to any port 22
tcpflags = syn
cmd_timeout = 10
stop_command = ufw delete allow from %IP% to any port 22