使用 Filezilla 通过 sftp 连接到 vps

Connecting to vps via sftp using Filezilla

编辑开始:我的问题之前的一些背景知识:

我曾经使用 FileZilla

连接到我的 vps

现在,我在服务器上执行了 do-release-upgrade,但无法连接 FileZilla。但是我没有在笔记本电脑上更改 FileZilla 中的任何参数,所以我猜问题出在我的服务器上,但是如果您认为这是一个 FileZilla 问题并且我宁愿查看 FileZilla 论坛,请告诉我。

编辑结束

我尝试使用 sftp 连接到我的服务器。在命令行中,

sftp -P 22 username@xx.xxx.xx.xxx

运行良好。但是使用 FileZilla,我得到

Response:   fzSftp started
Command:    open "username@xx.xxx.xx.xxx" 22
Error:  Connection timed out
Error:  Could not connect to server

我错过了什么?

Command:    open "username@xx.xxx.xx.xxx" 22

这应该只有

Command:    open xx.xxx.xx.xxx 22

用户名在稍后阶段发送,可能在 Filezilla 配置中有不同的字段: