>> Is it possible (and how) to prevent users to log in more than once with
>> the same username on the console through telnet?
>
> /etc/security/limits.conf is probably what you want?
> Set maxlogins to "1" and PAM should take care of that limit.
>
> Untested :)

Added in /etc/security/limits.conf:
*              hard    maxlogins       1

but I can still use more sessions. Should I restart someting to make it work?

--
Ariën Huisken


_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to