Macos 升华SFTP在已知工作配置下超时

Macos 升华SFTP在已知工作配置下超时,macos,sublimetext3,sftp,Macos,Sublimetext3,Sftp,我在sublime 3上有一个sublime SFTP的工作配置,我在Windows设备上运行该配置 我试图在我的mac设备上设置相同的精确配置,但出现超时错误 mac设备可以访问命令行sftp和filezilla,但升华sftp无法工作 这是我的配置文件 { "type": "sftp", "sync_down_on_open": true, "upload_on_save":true, "host": "xx.xxx.xx.xx", "user

我在sublime 3上有一个sublime SFTP的工作配置,我在Windows设备上运行该配置

我试图在我的mac设备上设置相同的精确配置,但出现超时错误

mac设备可以访问命令行sftp和filezilla,但升华sftp无法工作

这是我的配置文件

    {
    "type": "sftp",
    "sync_down_on_open": true,
    "upload_on_save":true,
    "host": "xx.xxx.xx.xx",
    "user": "ubuntu",
    "remote_path": "/var/www",
    "connect_timeout": 120,
    "keepalive": 120,
    "ssh_key_file": "/Users/Username/.ssh/File.ppk"


}
我得到的回应是

Connecting to SFTP server "xx.xxx.xx.xx" as "ubuntu" ..... failure (Connection timeout)
我也尝试过aws公共dns,但也不起作用


任何帮助都将不胜感激。。我已经为此奋斗了几个小时。

服务器关闭了?从命令行和filezilla可以正常工作:p同样的事情也发生在我身上。这个问题有解决办法吗?