Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver V <ovpc@users.noreply.github.com>2018-02-23 12:32:23 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-23 13:54:37 +0300
commit9f819f4877e0d8b16a2baf5f43e60eed23d452ca (patch)
tree951e17173d2f32cecc4061d30846626ed8c98cd4
parente3a19b983b1104cc30a26a5508666c1239aae48d (diff)
Added some useful comments for first time usersv0.46.33
-rw-r--r--etc/nextcloudpi-config.d/SSH.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/nextcloudpi-config.d/SSH.sh b/etc/nextcloudpi-config.d/SSH.sh
index 1ffdc1da..10d56747 100644
--- a/etc/nextcloudpi-config.d/SSH.sh
+++ b/etc/nextcloudpi-config.d/SSH.sh
@@ -13,6 +13,10 @@ PASS_=raspberry
CONFIRM_=raspberry
DESCRIPTION="Activate or deactivate SSH"
+INFOTITLE="SSH notes"
+INFO="In order to enable SSH, the password for user pi can NOT remain set to the default raspberry.
+You HAVE to create a NEW password for pi if you want this program to enable SSH, it will fail if you dont!
+Note: Use normal AlphaNumeric, the only special characters allowed are .,@-_/"
install() { :; }