我的Mac上有一个FileZilla软件,它可以通过22端口连接到Linux系统。
但我无法使用它连接到 Windows Server。以下信息:
Status: Retrying...
Status: Connecting to 45.204.24.28...
Response: fzSftp started, protocol_version=8
Command: open "[email protected]" 22
Error: Connection refused
Error: Cannot connect to Server
我该怎么做才能连接它?
编辑-01
现在我已经freeSSHd
在 Windows Server 中安装了。但我仍然无法访问。
Error: authentication failure.
Error: Fatal error: unable to connect to the server.
答案1
Windows 默认不自带 SSH/SFTP 服务器(与 Linux 相反)。添加 FTP 站点无济于事。FTP 不是 SFTP。
您必须安装一些 SSH/SFTP。Windows 10 将其作为可选组件。对于旧版本的 Windows,您必须单独安装一些。
为此,请参阅:
- Windows 上的 SSH 服务器安装或者
- Windows SSH 服务器?(有些答案已经过时了)