
























Meta
目录
Sublime Text 3 正式版发布了,全平台IDE都换成这个。
今天终于有点时间来研究下如何使用pem连接EC2 Server
EC2 Server会提供给你一个.pem的key,但是单纯用这个Key无法直接连接
解决办法很简单:将.pem的引用改成对.ppk的引用1
Load,选择你的.pem{
"type": "sftp",
"sync_down_on_open": true,
"host": "xx.xxx.xx.xx.xx", //host ip
"user": "xxxxxx", //user name
"remote_path": "/",
"connect_timeout": 30,
"ssh_key_file": "C://xxx.ppk" //path to your ppk files format
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。