added fail2ban for ssh server
This commit is contained in:
parent
d600ee8b79
commit
7a3c9589c6
1 changed files with 1 additions and 1 deletions
2
udeps.sh
2
udeps.sh
|
@ -35,7 +35,7 @@ sudo apt-get -my install \
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
sudo apt-get install openssh-server
|
sudo apt-get install openssh-server fail2ban
|
||||||
fi
|
fi
|
||||||
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue