diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 0263c53f8..da80cab8c 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -86,7 +86,6 @@ if [[ "${enableSSH}" == "true" ]]; then echo -e $LINE"SSH"$LINE >> $OUT echo "Username: ${ssh_user}" >> $OUT echo "Port: ${ssh_port}" >> $OUT - echo "PermitRootLogin: ${permit_root_login}" >> $OUT echo "Key file: ${keys_file}" >> $OUT echo -n "Enabling ssh access for the Cloudron support team..."