리눅스
[Linux] Ubuntu SSH root 계정 접속 안될때!
서견
2023. 10. 18. 23:51
편집
$ vi /etc/ssh/sshd_config
PermitRootLogin 을 yes로 변경
재시작
$ service sshd restart