Linux

ssh - root 로그인

ezzell 2017. 6. 17. 15:47

$ apt-get install ssh 

$ vi /etc/ssh/sshd_config


# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password

PermitRootLogin yes
StrictModes yes


$ service ssh restart