Thursday, December 11, 2008

How to enable root login from putty

Though enabling root login from putty to sun servers is a security concern, but many times we have to do it. We have to edit a file->
"/etc/ssh/sshd_config" and change "Permitrootlogin"---from "No" to "yes". After this we need to restart ssh by ->
svcadm restart ssh
and we are done!

No comments: