diff options
Diffstat (limited to 'etc.bash')
| -rwxr-xr-x | etc.bash | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #!/bin/bash sudo cp -v ./etc/keyd/keyd.conf /etc/keyd/ -sudo cp -v ./etc/fail2ban/jail.d/sshd.conf /etc/fail2ban/jail.d/ sudo cp -v ./etc/pacman.conf /etc/ sudo cp -v ./etc/kernel/cmdline /etc/kernel/ sudo cp -v ./etc/modprobe.d/blacklist-security.conf /etc/modprobe.d/ @@ -27,7 +26,7 @@ sudo ufw enable sudo systemctl enable --now ufw # fail2ban -sudo cp ./etc/fail2ban/sshd.local /etc/fail2ban +sudo cp -v ./etc/fail2ban/jail.d/sshd.conf /etc/fail2ban/jail.d/ sudo systemctl enable --now fail2ban # fs trim |
