This commit is contained in:
2024-06-19 23:11:09 +02:00
commit 4e450a270d
7 changed files with 70 additions and 0 deletions

3
etc/sshutter.conf Normal file
View File

@@ -0,0 +1,3 @@
TARGET=10.0.0.1
WHITELIST=10.0.0.0/16
PORT=22

View File

@@ -0,0 +1,8 @@
[Unit]
Description=sshutter - ping-conditional SSH firewall
[Service]
ExecStart=/usr/sbin/sshutterd
[Install]
WantedBy=multi-user.target