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