Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

login

  • 16-04-2003 1:20pm
    #1
    Closed Accounts Posts: 38


    Hi!,

    Would anyone know how to restrict users to only telnet to a machine once and if they are already connected and attempt another login that their other session is killed and they are permitted with the most recent login
    Running Suse8
    Spartic.


Comments

  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    Why do people insist on using telnet.


  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    /etc/login.defs

    LOGIN_RETRIES 0


  • Closed Accounts Posts: 741 ✭✭✭longword


    Originally posted by sjones
    Why do people insist on using telnet.
    Because they don't know any better and nobody ever told them about the joys of openssh (which is probably installed and enabled by default).

    As for restricting logins, /etc/security/limits.conf is probably what you're after. It won't kill off an existing connection when second is made, but it will deny that second connection.


  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    And comment out your telnetd in /etc/inetd.conf ;)


Advertisement