WinScp:连接意外关闭。服务器发送命令退出状态 127

WinScp: Connection has been unexpectedly closed. server sent command exit status 127

我的服务器是 Ubuntu 14.04.5 LTS,我可以在 Putty 中连接 SSH,但无法通过 WinSCP 连接。

当我尝试通过 WinSCP 连接时出现以下错误:

连接意外关闭。服务器发送命令退出状态 127

要从其他主机访问您的 sftp,请确保已正确安装和配置以下内容。

  • 已安装的 OpenSSH 服务器
  • 已配置sshd_config
    • PubkeyAuthentication 是
    • 子系统 sftp internal-sftp
  • 将您的 public 密钥添加到 ~/。ssh/authorized_keys

  • 启动 ssh 服务器并打开 22/TCP 端口 # /etc/init.d/sshd start

  • # iptables -I INPUT -j ACCEPT -p tcp --dport 22

最后,测试 $ sftp <login>@<hostname>