From 7a3c9589c6e5bee26668a15d78d764066bfd7070 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 23 Jun 2021 10:48:12 -0400 Subject: [PATCH] added fail2ban for ssh server --- udeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udeps.sh b/udeps.sh index 0464339..9475b3d 100755 --- a/udeps.sh +++ b/udeps.sh @@ -35,7 +35,7 @@ sudo apt-get -my install \ read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo apt-get install openssh-server + sudo apt-get install openssh-server fail2ban fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then