rhel: config ssh service

rhel: config ssh service
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

你可能感兴趣的:(rhel: config ssh service)