1. root 계정 password 설정
~# sudo passwd root |
2. ssh 접속 설정
~# vi /etc/ssh/sshd_config . . . # Authentication: LoginGraceTime 120 #PermitRootLogin prohibit-password PermitRootLogin yes StrictModes yes . . . |
3. 서비스 재시작
~# service ssh restart |
1. root 계정 password 설정
~# sudo passwd root |
2. ssh 접속 설정
~# vi /etc/ssh/sshd_config . . . # Authentication: LoginGraceTime 120 #PermitRootLogin prohibit-password PermitRootLogin yes StrictModes yes . . . |
3. 서비스 재시작
~# service ssh restart |