Hardware: Raspberry Pi 4B at home YunoHost version: 11.2.5 (stable) I have access to my server : Through SSH | through the webadmin Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
I can’t connect and access the www folder using SFTP. I tried with Filezilla and the Gnome file manager (Nautilus I think?).
Filezilla says:
|Status:|Connecting to yunohost.local...|
|---|---|
|Response:|fzSftp started, protocol_version=11|
|Command:|open my_webapp__4@yunohost.local 22|
|Error:|ssh_init: Temporary failure in name resolution|
|Error:|Could not connect to server|
I use these to connect:
Protocol: SFTP
host: yunohost.local
port: 22
Logon type: Normal
username: my_webapp__2
For the password, I tried multiple times to change it though the YNH web admin. I even tried to install another instance of my_webapp and that doesn’t work either.
There are separate permissions for SSH and SFTP. If SFTP still does not work afterwards, you could try enabling SSH for that user, and run ssh -v (or -vv) when connecting, to see where the trouble arises.
After more testing, it does seem to be the problem. The UI in the webadmin to change the password doesn’t work.
I created a new my_webapp with a password, then changed the password through the webadmin, then I tried connecting. The new password didn’t work, but the old one did. Which is why I think the webadmin password change UI doesn’t work.