05 ssh root계정으로 바로 접속하기
5.1. ssh 설정 변경
5.2 ssh_config 설정 파일 변경
vi 로 파일을 열어보시면 위 그림에서 밑줄친 부분
PermitRootLogin yes 로 변경
PasswordAuthentication yes로 변경
PermitRootLogin : root login 사용여부
PasswordAuthentication : 비밀번호를 허용
cd /etc/ssh
vi sshd_config
5.3 ssh 서비스 재시작
5.4 ssh root 접속
Comments
Login: