Check for Protocol configuration
# cat /etc/ssh/sshd_config |grep Protocol
Ensure that you should get only Protocol 2
Protocol 2
If not, Edit the /etc/ssh/sshd_config to reflect only Protocol 2
# vim /etc/ssh/sshd_configSearch for the word Protocol and make the necessary changes.
Restart OpeenSSH Server
# service sshd restart