SSH 서비스 등록

아래 명령어를 통해 SSH 서비스를 등록합니다.

icon8.png[명령어]
[root@localhost ~]# chkconfig --add sshd
[root@localhost ~]# chkconfig --level 2345 sshd on
[root@localhost ~]# chmod 755 /etc/rc.d/init.d/sshd
[root@localhost ~]# chkconfig sshd on
[root@localhost ~]# service sshd start

results matching ""

    No results matching ""