How many users can login with the same ssh account ?
by gabrielpasv from LinuxQuestions.org on (#54TEQ)
Hi Guys, not sure if this is the correct place to paste this question. But what I need is to know how many people logged in with the same linux user account ?
I am delivering a simple python TUI (text base UI) application to ~1k of users. The application will have its own authentication process. Users will run it via ssh. So, I need only one ssh user with basic permissions to make the ssh to the server and automatically run this python TUI application.
How many users can login with the same ssh account ? Thanks


I am delivering a simple python TUI (text base UI) application to ~1k of users. The application will have its own authentication process. Users will run it via ssh. So, I need only one ssh user with basic permissions to make the ssh to the server and automatically run this python TUI application.
How many users can login with the same ssh account ? Thanks