설정, 세팅, 오류
2작업18, 외부에서 root 접속을 다시 허용
gpffh1011
2020. 9. 11. 01:45
작업18, 외부에서 root 접속을 다시 허용
- sudo vim /etc/ssh/sshd_config
- PermitRootLogin no 를 yes로 변경
- 재실행 sudo systemctl restart sshd