본문 바로가기

Linux

ssh - root 로그인

$ apt-get install ssh 

$ vi /etc/ssh/sshd_config


# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password

PermitRootLogin yes
StrictModes yes


$ service ssh restart

'Linux' 카테고리의 다른 글

리눅스 SVN 명령어  (0) 2017.06.23
SELinux 설정  (0) 2017.06.17
ubuntu - samba 설정  (0) 2017.06.17
크로스컴파일 z, png, jpeg 라이브러리  (0) 2017.06.17
tar 테스트  (0) 2017.06.17