尝试使用 sftp 通过 filezilla 连接时出现此错误:
在服务器上:
fatal: Write failed: Broken pipe [preauth]
在 filezilla 上:
Received unexpected end-of-file from SFTP server
我以前可以连接到它,现在不能连接,我不知道为什么。
答案1
尝试使用相同的帐户通过 SSH 连接到盒子,并仔细检查 .profile 或 .bash_profile 或任何其他文件是否未在屏幕上写入任何输出。有一次我遇到了这个奇怪的问题,因为脚本将输出写入屏幕,所以我无法通过 sftp 发送到盒子。