From 7fcf1d097b8eca055a08b9c3dbbee2130d8954bc Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 15 Apr 2019 19:37:23 +0200 Subject: [PATCH] bugfix --- bin/ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ssh.sh b/bin/ssh.sh index 9d86acd..4761129 100755 --- a/bin/ssh.sh +++ b/bin/ssh.sh @@ -8,7 +8,7 @@ echo '\033[35m /____/____/_/ /_/ \033[0m' -. bin/ssh.sh +. bin/checkroot.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