Cannot connect to SFTP using FileZilla

I have just installed the latest version of HestiaCP on Ubuntu 24.04.
I cannot access SFTP using FileZilla with the Root or Admin account on port 22.

I have checked the firewall for these ports, and they are not blocked.

Is there any way for me to access SFTP using FileZilla?
Please help me.

Thank you very much.

root was never possible.

Check /var/log/auth.log

1 Like

Please check for me where the error is in /var/log/auth.log?
Thanks!

tail -f -s0.1 /var/log/auth.log

And then connect to the server and check the lines added…

1 Like

Please check it for me

What user are you trying to connect?

ymonero?

I use Root and Admin but both fail

Hello everyone, I noticed that the new installations block the connection via SFTP for filezilla

In the settings, sshd_config needs to be changed to Subsystem sftp internal-sftp

If the parameter is set to Subsystem sftp internal-sftp-server, then FileZilla cannot create a connection.

There is no binary anymore in Ubuntu 24.04 version of OpenSSH 9.x

root@dashboard:/usr/lib/openssh# ls

agent-launch  ssh-keysign        ssh-session-cleanup
sftp-server   ssh-pkcs11-helper  ssh-sk-helper

it will need to be updated in new releases.

To solve this problem, change the line in sshd_config to

Subsystem sftp internal-sftp

If you ask as to donate our time to solve your problem, can we all please stop pasting TEXT as images? Disabled people can’t easily read images and images make it hard to search for in the forum.