Add sshguard configurations.
This commit is contained in:
parent
03cec065bb
commit
63cadafd54
16 changed files with 126 additions and 2 deletions
5
etc/sv/sshguard/run
Executable file
5
etc/sv/sshguard/run
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -f ./conf ] && . ./conf
|
||||
|
||||
exec sshguard $OPTS 2>&1
|
||||
Loading…
Add table
Add a link
Reference in a new issue