Browse Source

add gentle reminder about the SFTP port to use, which could have been changed by the administrator

pull/12/head
Eusebe 9 years ago
parent
commit
35464f9dd9
  1. 6
      README.md
  2. 2
      sources/www/index.html

6
README.md

@ -54,6 +54,12 @@ your server and execute:
(do not forget to replace `$dbuser`, `$dbpass` and `$dbname` with the values (do not forget to replace `$dbuser`, `$dbpass` and `$dbname` with the values
given in the file). 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 ## Links
**YunoHost**: https://yunohost.org/ **YunoHost**: https://yunohost.org/

2
sources/www/index.html

@ -18,7 +18,7 @@
<dt>Domain</dt> <dt>Domain</dt>
<dd>{DOMAIN}</dd> <dd>{DOMAIN}</dd>
<dt>Port</dt> <dt>Port</dt>
<dd>22</dd>
<dd>22 (or the port you defined <a href="https://yunohost.org/#/security_fr">if you change the ssh port</a>)</dd>
<dt>User</dt> <dt>User</dt>
<dd>{USER}</dd> <dd>{USER}</dd>
<dt>Password</dt> <dt>Password</dt>

Loading…
Cancel
Save