전제(ssh 설치 완료)
passwd root
변경
sudo vi /etc/ssh/sshd_config
PermitRootLogin prohibit-password
#아래로 수정
PermitRootLogin yes
sudo systemctl restart ssh
전제(ssh 설치 완료)
passwd root
변경
sudo vi /etc/ssh/sshd_config
PermitRootLogin prohibit-password
#아래로 수정
PermitRootLogin yes
sudo systemctl restart ssh