From 41e0c422824bca014a2bc2176e64df9f62ba6b43 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 17 May 2024 18:54:11 +0200 Subject: [PATCH] Remove warning message about only supporting root user login via SSH in the future --- scripts/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2008deea9..edca949e5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -135,7 +135,6 @@ if [ "$SSH_PERMIT_ROOT_LOGIN" != "true" ]; then echo "WARNING: PermitRootLogin is not enabled in /etc/ssh/sshd_config." echo -e "It is set to $SSH_PERMIT_ROOT_LOGIN_CONFIG. Should be prohibit-password, yes or without-password.\n" echo -e "Please make sure it is set, otherwise Coolify cannot connect to the host system. \n" - echo "(Currently we only support root user to login via SSH, this will be changed in the future.)" echo "###############################################################################" fi