From 5978853dfdc973b3a3efe3a49297c50a78f5ceb4 Mon Sep 17 00:00:00 2001 From: euZebe Date: Mon, 24 Jul 2017 12:05:32 +0200 Subject: [PATCH] add gentle reminder about the SFTP port to use, which could have been changed by the administrator (#12) --- README.md | 6 ++++++ sources/www/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc5f294..a37e805 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ your server and execute: (do not forget to replace `$dbuser`, `$dbpass` and `$dbname` with the values given in the file). +### SFTP port ### + +You may have change the SSH port as described +[here (section "Modifier le port SSH"](https://yunohost.org/#/security_fr) ; +then you should use this port to update your website with SFTP. + ## Links **YunoHost**: https://yunohost.org/ diff --git a/sources/www/index.html b/sources/www/index.html index a387bf8..cb0cf2f 100644 --- a/sources/www/index.html +++ b/sources/www/index.html @@ -18,7 +18,7 @@
Domain
{DOMAIN}
Port
-
22
+
22 (or the port you defined if you change the ssh port)
User
{USER}
Password