0

It will mean that if I am connected another user that will try to authenticate as root will get an error.

Elzo Valugi
  • 387
  • 2
  • 4
  • 15

1 Answers1

1

The PAM module pam_limts can be used. Edit the /etc/security/limits.conf configuration file (maxlogins), and add the pam_limits module to the su service config.

Keith
  • 331
  • 1
  • 6
  • erk, blocking root access does not sound like a good recipe for an emergency / system problems. And allowing remote access as root is just plain silly. – symcbean Dec 29 '10 at 13:22