1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

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

This commit is contained in:
euZebe 2017-07-24 12:05:32 +02:00 committed by M5oul
parent b630b85643
commit 5978853dfd
2 changed files with 7 additions and 1 deletions

View file

@ -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/

View file

@ -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>