尝试设置 sublime SFTP 以在谷歌云(GCP)VM 上工作并不断收到此基本错误。我认为我的 sublime-2 设置搞砸了,但我不知道如何解决它。这是我现在的 sftp 设置文件 -
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "sftp",
"sync_down_on_open": true,
"sync_same_age": true,
"host": "[SERVER_IP]",
"user": "[MY_USER]",
//"password": "password",
//"port": "22",
"remote_path": "/home/[MY_USER]/",
"connect_timeout": 30,
"ssh_key_file": "~/.ssh/my-ssh-key",
}