ssh secure, knockd, email (alpha)

This commit is contained in:
2019-04-15 19:27:36 +02:00
parent fe09070a3a
commit 914f72e500
11 changed files with 166 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/sh
echo '\033[35m
__________ __ __
/ ___/ ___// / / /
\__ \\__ \/ /_/ /
___/ /__/ / __ /
/____/____/_/ /_/
\033[0m'
. bin/ssh.sh
sed -i 's/#PermitRootLogin\ prohibit-password/PermitRootLogin no/g' /etc/ssh/sshd_config
sed -i 's/#PermitEmptyPasswords\ yes/PermitEmptyPasswords no/g' /etc/ssh/sshd_config
/etc/init.d/sshd restart
echo "\033[92;1mSSH secured\033[Om"