在 windows 系統使用 Sublime Text + SFTP + SSH Key
更新於 2016-04-16 (週六)- 首先要先在Sublime 裡裝好 SFTP
- 設定檔有幾個重要的地方
{ "type":"sftp", "host":"目標主機位址", "user":"可登入目標主機的帳號", "port":"22", "ssh_key_file":"x:\/Project\/id_rsa.ppk" }
ssh_key_file 的設定,路徑格式不太一樣,不能使用預設的設定值
{ "type":"sftp", "host":"目標主機位址", "user":"可登入目標主機的帳號", "port":"22", "ssh_key_file":"x:\/Project\/id_rsa.ppk" }
ssh_key_file 的設定,路徑格式不太一樣,不能使用預設的設定值