Add sshguard configurations.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 15:56:54 +00:00
commit 63cadafd54
16 changed files with 126 additions and 2 deletions

5
etc/sv/sshguard/run Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
[ -f ./conf ] && . ./conf
exec sshguard $OPTS 2>&1