10.0.1.5 (server) -> 10.0.1.7(client)
の構成で
serverから以下のコマンドでクライアントへはSSH接続できますが、
ssh -i xx.ppk ec2-user@10.0.1.7
knife solo prepare -i xx.ppk ec2-user@10.0.1.7
すると
ERROR: Net::SSH::AuthenticationFailed: Authentication failed for user ec2-user@10.0.1.7
エラーが出ます。
この場合どのようにトラブルシューティングすればよろしいですか?
knife confiugureするときに生成される
knife.rb設定ですが、
chef-soloを使う際は無関係だと思うのですが、
knife ssh 'ec2-user@10.0.1.7 -i xx.ppk' 'uptime'
すると
WARN: Failed to read the private key /etc/chef/client.pem: #<Errno::ENOENT: No such file or directory @ rb_sysopen - /etc/chef/client.pem> ERROR: Your private key could not be loaded from /etc/chef/client.pem Check your configuration file and ensure that your private key is readable
と出てます。
このエラーはknife solo prepareする際に出るエラーと関係ありますか?
あなたの回答
tips
プレビュー