SSH 설치확인
SSH가 설치되어 있는 경우
SSH가 설치되어 있는지 확인합니다. 설치되어 있다면 아래와 같이 표시됩니다.
![]() |
---|
![]() |
[root@localhost ~]# whereis ssh |
SSH가 미 설치되어 있는 경우
SSH가 미 설치되어 있다면 설치합니다.
![]() |
---|
![]() |
[root@localhost ~]# whereis ssh |
[root@localhost ~]# yum -y install openssh-server openssh-clients |
[root@localhost ~]# whereis ssh |