File manager - unknown error - after upgrade

Hi, we have a hestia on an ubuntu 22. After a recent update, if we go to file manager from a user panel, we get an unknown error. Can you help us?

Hi @pigi76

First try this:

sed -i 's/internal-sftp-server.*/internal-sftp/' /etc/ssh/sshd_config
systemctl restart ssh

If File Manager still doesn’t work, show the output of these commands (replace YourUser by the actual user):

ls -la /home/YourUser/.ssh/
namei -mo /home/YourUser/.ssh/hst-filemanager-key
grep -Ev '^#|^$' /etc/ssh/sshd_config

hi ,same issue here,

i try this you mentioned.

but still not work in File manager, most of other service is still work but phpmydmin also show errors like this:

phpMyAdmin - Error

Existing configuration file (/etc/phpmyadmin/config.inc.php) is not readable.

and also occurs another issue

i use this to fix the db download issue.
sed -i ‘s/$output[1]/$output[0]/’ /usr/local/hestia/web/download/database/index.php