【发布时间】:2013-08-20 19:26:28
【问题描述】:
在 Windows 下,如何配置 Sublime Text 的 FTP 插件以使用 SSH 密钥以 root 用户身份通过 SFTP 将文件上传到 EC2 服务器?
在sftp-config.json 中使用以下配置时出现Connection Timeout 错误:
"type": "sftp",
"host": "ec2-xx-xxx-xxx-xxx.compute-1.amazonaws.com",
"user": "root",
"ssh_key_file": "F:\\SSH Keys\\aws\\xxx.ppk",
【问题讨论】:
标签: amazon-web-services amazon-ec2 sublimetext2 sftp scp