From 3ab131786ba19eca43e2d445fd3a95eeda1c61ae Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 15 Mar 2019 15:01:55 -0700 Subject: [PATCH] motd: Remove PasswordAuthentication check --- setup/start/cloudron-motd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup/start/cloudron-motd b/setup/start/cloudron-motd index f0baa3d18..bce8fd228 100755 --- a/setup/start/cloudron-motd +++ b/setup/start/cloudron-motd @@ -17,11 +17,6 @@ else printf "are automatically installed on this server every night.\n" printf "\n" printf "Read more at https://cloudron.io/documentation/security/#os-updates\n" - - if grep -q "^PasswordAuthentication yes" /etc/ssh/sshd_config; then - printf "\nPlease disable password based SSH access to secure your server. Read more at\n" - printf "https://cloudron.io/documentation/security/#securing-ssh-access\n" - fi fi printf "\nFor help and more information, visit https://forum.cloudron.io\n\n"