atomのremote-SFTPを使ってEC2のリモート操作がうまくいきません。
.ftpconfig
{ "protocol": "sftp", "host": "18.¥¥¥.¥¥.¥¥", "port": 22, "user": "myuser", "pass": "pass", "promptForPass": false, "remote": "/", "local": "", "agent": "", "privatekey": "/Users/ユーザー名/work/docker/.ssh/authorized_keys", "passphrase": "", "hosthash": "", "ignorehost": true, "connTimeout": 10000, "keepalive": 10000, "keyboardInteractive": false, "keyboardInteractiveForPass": false, "remoteCommand": "", "remoteShell": "", "watch": [], "watchTimeout": 500 }
connectしようとするとこのようになってしまいます。
SFTP connection attempt failed Error: privateKey value does not contain a (valid) private key
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/07/19 16:19
2021/07/19 18:25
2021/07/20 06:48
2021/07/20 07:04