lot of stuff

This commit is contained in:
2019-04-17 14:23:35 +02:00
parent 7fcf1d097b
commit 742b7aca15
14 changed files with 479 additions and 75 deletions
+9 -10
View File
@@ -2,14 +2,13 @@
# TODO check if root
echo -e '\033[35m
__ __ __
/ /______ ____ _____/ /______/ /
/ //_/ __ \/ __ \/ ___/ //_/ __ /
/ ,< / / / / /_/ / /__/ ,< / /_/ /
/_/|_/_/ /_/\____/\___/_/|_|\__,_/
\033[0m'
echo -e "\033[35;1mInstalling knockd to control ssh port opening\033[0m"
echo -e '
_ __ _
| |/ /_ _ ___ __| |__
| . <| . \/ _ \/ _| / /
|_|\_\_||_\___/\__|_\_\
'
echo -e "Installing knockd to control ssh port opening"
. bin/checkroot.sh
@@ -49,7 +48,7 @@ rc-update add knockd
ufw delete allow ssh
echo -e "\033[92;1mknockd installed and configured\033[Om"
echo -e "\033[92;1mplease note this sequence for future ssh knocking\033[Om"
echo -e "knockd installed and configured"
echo -e "please note this sequence for future ssh knocking"
echo "$sq"
sleep 3