Floop wrote:
----- Original Message ----- From: "Jeff Stuart" <[EMAIL PROTECTED]>
Just make sure that A) you don't allow root logins, and
Is this done by changing the /bin/bash section of passwd to /sbin/nologin?
Nope.
i.e: root:x:0:0:root:/root:/bin/bash to root:x:0:0:root:/root:/sbin/nologin
vi /etc/ssh/sshd_config
change: PermitRootLogin yes to PermitRootLogin no
restart ssh
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

