I am installing single node cluster but I am getting the Permission denied (publickey,gssapi-keyex,gssapi-with-mic) .
however I have set
PasswordAuthentication yes
PermitRootLogin yes
in the /etc/ssh/sshd_config
service sshd restart
i have done below steps from root :
selinux=disabled
service iptables stop
service ip6tables stop
chkconfig iptables off
chkconfig ip6tables off
service ntpd start
chkconfig ntpd on
ssh-keygen -t rsa
cd .sshcat id_rsa >> authorized_keys
chmod 700 ~/.ssh
when i try to
[root@instance-5 .ssh]# ssh host
root@104.196.221.168's password:
but earlier trying the same root password on the same host required .
Thanks
Anurag