Skip to content

Commit d9a95a4

Browse files
author
Justin Miller
committed
added comments todo
1 parent ba953bc commit d9a95a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

set-up-port-knocking.sh

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
command -v ufw >/dev/null 2>&1 || { echo >&2 "Requires 'ufw' firewall, but it's not installed. Exiting."; exit 1; }
66

7+
# prompt for what port you want to run sshd on?
8+
# prompt for lock ports?
9+
# prompt for unlock ports?
10+
11+
12+
713
ufw disable
814
ufw reset
915

0 commit comments

Comments
 (0)