Hi,
I’m trying to install HDP 2.1 using Ambari on 4 Azure VMs having SUSE 11.
From the VM where Ambari is installed, I’m able to do a passwordless SSH(via Putty) to the rest of the three VMs.
In the ‘Host Registration’ page, I pasted the private key(content of cat .ssh/id_rsa on the Ambari machine) in the text box and kept the SSH user as root. The registration failed, given below is the log for one of the machines :
==========================
Copying common functions script…
==========================
Command start time 2014-12-03 10:35:35
Permission denied (publickey,keyboard-interactive).
lost connection
scp /usr/lib/python2.6/site-packages/ambari_commons
host=fmsslave-2.cloudapp.net, exitcode=1
Command end time 2014-12-03 10:35:35
ERROR: Bootstrap of host fmsslave-2.cloudapp.net fails because previous action finished with non-zero exit code (1)
ERROR MESSAGE: Permission denied (publickey,keyboard-interactive).
lost connection
STDOUT:
Permission denied (publickey,keyboard-interactive).
lost connection
What am I missing ?