Talk:Configuration
From openSUSE
[edit]
User Configuration
Here's a needed reference section! Particularly, how do I limit root login to the console? Or, can I? I don't want folks logging in remotely as root. Where is that switched?
Edit /etc/ssh/sshd.config. Change #PermitRootLogin yes into PermitRootLogin no

