On Thu, 2003-07-17 at 13:46, Marcy Cortes wrote: > but root is still allowed to login (via ssh port 22) > (telnet server has been removed). > > We would like to disable root from being able to login > anywhere but the console. su'ing to root is ok, but > security doesn't want root to be able to logon. > > How do I do this in SLES 8. I accomplished it somehow > in SLES 7, but can't seem to figure it out in 8.
/etc/ssh/sshd_config, probably. Something like PermitRootLogin no Adam
