Ubuntu 16.04 root 계정으로 ssh접속하기

//Ubuntu 16.04 root 계정으로 ssh접속하기

Ubuntu 16.04 root 계정으로 ssh접속하기

Ubuntu 16.04 root 계정으로 ssh 로그인

Ubuntu는 보안상의 이유로 초기접속시 root접근을 제한해둠
초기 설치시 세팅한 사용자 계정으로 접속후 작업

root 계정 비밀번호 생성
sudo passwd root

 

root 계정으로 로그인
su –   

 

root 계정으로 ssh접속설정
vi /etc/ssh/sshd_config
# Authentication:
LoginGraceTime 120
#PermitRootLogin prohibit-password
PermitRootLogin yes
StrictModes yes

PermitRootLogin 에 prohibit-password 부분을 yes로 변경 [위에는 주석처리함]

 

저장후 ssh 재시작
service ssh restart

By |2019-08-22T16:06:23+00:008월 22nd, 2019|Categories: linux|Tags: , , |0 Comments

About the Author: