I am bootstrapping a ec2 ubuntu based chef node using chef, it creates an instance but it says Failed to authenticate ubuntu - trying password auth
and asks for the password. But a newly created ubuntu ec2 instance will not have any kind of password set. Throws an error
ERROR: Net::SSH::AuthenticationFailed: [email protected]
How do I bypass this event and also whats the problem, do I have to make any changes in the configurations.
Kindly help me I am new to the chef.
My guess is you aren't using this
You can also use "ssh-agent" and use "ssh-add" on you private key to let ssh know you want to use it, without specifying the "-i" option with invocation of ssh.