SublimeText SFTP連接Amazon EC2
文章最初發表于szhshp的第三邊境研究所
轉載請注明
1. SublimeText SFTP連接Amazon EC2
Sublime Text 3 正式版發布了,全平臺IDE果斷都換了。
今天終于有點時間來研究下如何使用pem連接EC2 Server
EC2 Server會提供給你一個.pem的key,但是單純用這個Key無法直接連接
1.1. 實現步驟
1.2. SFTP配置
{
"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
2. 參考文獻
歡迎訪問GBin1.com


浙公網安備 33010602011771號