kingToolbox / WindTerm

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
https://kingtoolbox.github.io
22.78k stars 1.76k forks source link

windterm can not connect sftp server on synology nas! #2401

Open mainhope-main opened 3 months ago

mainhope-main commented 3 months ago

when I want to connect ssh server on dsm, the error appears:

SFTP session failed to allocate. Received EOF while reading sftp packet size.

zihaveaDream commented 2 months ago

Check if /etc/ssh/sshd_config config_file is wrong.

make sure your sftp-server path is correct.

Subsystem       sftp    /usr/libexec/sftp-server

Then restart sshd, enjoy it.