Saturday, May 8, 2010

Allow Root to Remote login via ssh

; install package
# apt-get install openssh-server

; edit sshd_config
# vi /etc/ssh/sshd_config
And have this line "PermitRootLogin Yes" uncommented. Or add
your own.

; restart ssh server
# /etc/init.d/ssh restart

No comments:

Post a Comment