> I also am interested in restricting console, telnet, and SSH
> logins. We are currently porting our Point Of Sale System from
> DOS to TSL. We hope to document this process sometime later
> this year.

Finaly solved the problem. Not sure what it was, but removed everything 
regarding the telnet server and reinstalled it from rpm.

The version from the FC2 rpm uses /bin/login for authentication and 
/bin/login can be controlled by /etc/security/limits.conf

For sshd to listen to the limits, set "UsePAM yes" in /etc/ssh/sshd_config

In /etc/security/limits.conf I have now:
@limitgroup    -     maxlogins    1
and added the users who use the application to this group.

Many thanks to all for giving me the hints.


--
Ariën Huisken


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

Reply via email to