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

1
etc/sv/.gitignore vendored
View file

@ -39,6 +39,7 @@
/rpcsvcgssd/
/rsyncd/
/sshd/
/sshguard-socklog/
/statd/
/sulogin/
/udevd/

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

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

1
etc/sv/sshguard/supervise Symbolic link
View file

@ -0,0 +1 @@
/run/runit/supervise.sshguard