From 5f251acf8aa897ad0177a8b163751e5f8d24439e Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 12 Mar 2018 13:52:16 -0500 Subject: [PATCH] Clarify SFTP connection details. --- SUPPORT.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index bf8670d74..f021608e2 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -74,9 +74,18 @@ will stay running inside the terminal window, so you can easily hit `Ctrl+C` to docker run --rm \ -v azuracast_station_data:/home/azuracast/stations \ -p 2222:22 atmoz/sftp:alpine \ - azuracast:azuracast:::stations + azuracast:4zur4c457:::stations ``` +As long as you leave this script running, it will create a connection that you can access with these credentials: + +* **Host:** Your server's host name +* **Port:** `2222` (Set in the third line) +* **Username:** `azuracast` (The first part of the last line) +* **Password:** `4zur4c457` (The second part of the last line) + +If you intend to leave this script running for long term periods, you must change the password to something more secure. + ### Force a Full Update (Traditional Installations) Normally, the traditional installer's update script only updates the portion of the system that have been modified since