Update 2 files

- /home/private_dot_ssh/endlessh/run_onchange_after_endlessh.tmpl
- /home/private_dot_ssh/fail2ban/run_onchange_after_fail2ban.tmpl
This commit is contained in:
Brian Zalewski 2023-02-01 20:45:33 +00:00
parent 0842e2fa2a
commit f24d7454ce
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{{- if eq .host.distro.family "linux" }}
{{- if eq .host.distro.family "linux" -}}
#!/usr/bin/env bash
# endlessh config hash: {{ include (joinPath .host.home ".ssh" "endlessh" "config") | sha256sum }}

View file

@ -1,4 +1,4 @@
{{- if eq .host.distro.family "linux" }}
{{- if eq .host.distro.family "linux" -}}
#!/usr/bin/env bash
# jail.local hash: {{ include (joinPath .host.home ".ssh" "fail2ban" "jail.local") | sha256sum }}