Disconnected: No supported authentication methods available (server sent publickey, gssapi-keyex gssapi-with-mic)
Fix:
[root@oracle12102 ~]# cat /etc/ssh/sshd_config |grep -i Pass
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
:wq
service sshd restart
