Install sshd service on CentOS

1. Check whether the sshd service is installed: chkconfig --list | grep sshd
2. Install the sshd service: yum install openssh-server
3. Self-start at boot:
chkconfig --add sshd
chkconfig --level 345 sshd on

{{o.name}}
{{m.name}}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324142201&siteId=291194637