That's what I found in the config file comments. I'm implementing it now.
Thanks again - Jon
You can (and should) accomplish this in /etc/ssh/sshd_config via: PermitRootLogin no
Dustin
-----Original Message----- From: Jon Moss [mailto:[email protected]] Sent: Thursday, October 21, 2004 1:01 PM To: [email protected] Cc: [email protected] Subject: RE: It was bound to happen - suspected hack
That's what I found in the config file comments. I'm implementing it now.
Thanks again - Jon
No problem. Btw, be sure to restart sshd for the settings to take effect. (Ala redhat, etc. this is "service sshd restart" or something like that. Dustin