From 35464f9dd95cb94fcd669c8afc9fcb5b0b86886b Mon Sep 17 00:00:00 2001 From: Eusebe Date: Sun, 23 Apr 2017 15:46:54 +0200 Subject: [PATCH] add gentle reminder about the SFTP port to use, which could have been changed by the administrator --- 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