SSH 서비스 등록
아래 명령어를 통해 SSH 서비스를 등록합니다.
![]() |
---|
![]() |
[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 |