step 1) confirm the ssh package has been installed:
rpm -qa | grep ssh
step 2) confirm the ssh service has been started:
chkconfig --list sshd
step3) restart the ssh service : service sshd restart
rpm -qa | grep ssh
step 2) confirm the ssh service has been started:
chkconfig --list sshd
step3) restart the ssh service : service sshd restart