관리자

remote server에 ssh로 접속하기 위해서는

openssh-server openssh-clients

가 필요하다

아래 명령어로 설치, 실행한다.

# yum 또는 apt-get
yum –y install openssh-server openssh-clients

systemctl sshd start

systemctl sshd enable

systemctl sshd status

'linux, docker, kubernetes' 카테고리의 다른 글

Cgroup  (0) 2021.01.15
apt vs apt-get 비교(APT, dpkg)  (0) 2021.01.10
docker centos, ubuntu systemctl(service)  (0) 2021.01.10

+ Recent posts