diff --git a/packages/sysutils/busybox/scripts/passwd b/packages/sysutils/busybox/scripts/passwd deleted file mode 100755 index 8e6024fc55..0000000000 --- a/packages/sysutils/busybox/scripts/passwd +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# SPDX-License-Identifier: GPL-2.0-or-later -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) - -message="$message\n There is no working 'passwd'." -message="$message\n" -message="$message\n The 'passwd' command changes passwords for user accounts." -message="$message\n" -message="$message\n With LibreELEC it is not possible to change the system password" -message="$message\n" -message="$message\n SSH is included only as a last support resort. SSH is off by default." -message="$message\n Most users never need SSH and need help using it so we need a default" -message="$message\n password. If you need to keep SSH always on then this is unsupported" -message="$message\n but can be secured with certificates." -message="$message\n" -message="$message\n TIP: disable password authentication in ssh and use public key authentication." - -echo -e $message