Maximum number of connections per user connected by ssh I can have simultaneously from android devices?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @ernestoelunico
Are you talking about maximum number of SSH shells created? The default is 10, I think, on Linux. You can change that with
MaxSessions
in/etc/ssh/sshd_config
.