Last active
September 30, 2020 07:41
-
-
Save shmidt/6f410324ae177f57491e407a4e145c27 to your computer and use it in GitHub Desktop.
Revisions
-
shmidt revised this gist
Sep 30, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,5 @@ sudo apt install ufw sudo ufw allow ssh sudo ufw limit ssh/tcp sudo ufw enable sudo apt install fail2ban sudo service fail2ban restart -
shmidt revised this gist
Sep 30, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # https://www.raspberrypi.org/documentation/configuration/security.md sudo apt install ufw sudo ufw allow ssh sudo ufw limit ssh/tcp -
shmidt created this gist
Sep 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ sudo apt install ufw sudo ufw allow ssh sudo ufw limit ssh/tcp sudo ufw enable sudo apt install fail2ban