Skip to content

Commit

Permalink
feat: Add failtoban plugin to sshpiper
Browse files Browse the repository at this point in the history
  • Loading branch information
eesaanatluri committed Jan 23, 2025
1 parent fb5d760 commit a4e4729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ssh_proxy/templates/sshpiperd.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network.target

[Service]
Type=simple
ExecStart= {{ sshpiper_bin_dir }}/sshpiperd -p 22 --log-level=trace {{ sshpiper_bin_dir }}/yaml --config {{ sshpiper_dest_dir }}/sshpiperd.yaml --no-check-perm
ExecStart= {{ sshpiper_bin_dir }}/sshpiperd -p 22 --log-level=trace {{ sshpiper_bin_dir }}/yaml --config {{ sshpiper_dest_dir }}/sshpiperd.yaml --no-check-perm -- {{ sshpiper_bin_dir }}/failtoban
Restart=on-failure
User=root

Expand Down

0 comments on commit a4e4729

Please sign in to comment.