mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2989 from vpeter4/bbpasswd
busybox: remove passwd script because we have real one
This commit is contained in:
commit
59c1e54455
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user