D:\Program Files\putty>psftp zh-dev.purasbar.com -i Purasbar.ppklogin as: oct1158bash: line 2: exec: sftp-server: not foundFATAL ERROR: Received unexpected end-of-file from SFTP server
D:\Program Files\putty>
解决方案:
修改/etc/ssh/sshd_config文件,在文件开头添加
Subsystem sftp /usr/libexec/openssh/sftp-server
然后重启ssh服务器。
sudo systemctl restart sshd