繁体   English   中英

使用Digital Ocean和FlightPlan.js的节点应用程序出错-所有配置的身份验证方法均失败

[英]Error with node app, using Digital Ocean and FlightPlan.js - All configured authentication methods failed

我正在使用flightplan.js和数字海洋,并跟随此视频 ,但随后出现此错误:

rendezvousNode $ fly production 
✈ Running default:production
✈ Executing local task
localhost Copy files to remote hosts
localhost $ git ls-files
localhost ● ok
localhost $ rsync --files-from /var/folders/vf/38fsn66x58z04p9jkhkwbspm0000gn/T/ad78ad3f4a7594e09f3542d82fb76731 -az --rsh="ssh -p22" ./ deploy@162.243.118.234:/tmp/rendeznode-1455004290008
localhost ● ok
✈ Local task finished after 17 s
✈ Connecting to '162.243.118.234'
● Error connecting to '162.243.118.234': All configured authentication methods failed
rendezvousNode $ ls

您需要将SSH私钥添加到ssh-agent并将密码短语存储在钥匙串中。

$ ssh-add ~/.ssh/id_rsa

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM