Difference between revisions of "Talk:PAM"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
 
Line 1: Line 1:
"42.1.4.2.3. Disabling Root SSH Login <br/>To prevent root logins via the SSH protocol, edit the SSH daemon's configuration file (/etc/ssh/sshd_config). Change the line that reads: <code># PermitRootLogin yes</code> to read as follows: <code>PermitRootLogin no</code>"  Kind of a wide cut if used, but it's there just in case the PAM config isn't good enough
+
"42.1.4.2.3. Disabling Root SSH Login <br/>To prevent root logins via the SSH protocol, edit the SSH daemon's configuration file (/etc/ssh/sshd_config). Change the line that reads: <code># PermitRootLogin yes</code> to read as follows: <code>PermitRootLogin no</code>"  Kind of a wide cut if used, but it's another option if the PAM config isn't good enough

Revision as of 15:18, 30 July 2007

"42.1.4.2.3. Disabling Root SSH Login
To prevent root logins via the SSH protocol, edit the SSH daemon's configuration file (/etc/ssh/sshd_config). Change the line that reads: # PermitRootLogin yes to read as follows: PermitRootLogin no" Kind of a wide cut if used, but it's another option if the PAM config isn't good enough