Is it possible to limit the number of concurrent SSH connections to server ?
Warm Regards
Supratik
|
Is it possible to limit the number of concurrent SSH connections to server ? Warm Regards Supratik
| |||||
feedback
|
|
sleske is mostly right. You can set the maximum number of unauthenticated connections to You could, however, restrict the number of overall connections to Example (slightly modified directly from
| |||||
feedback
|
|
As far as I know, at least the SSH server from OpenSSH (which is the default on most Linux/Unix systems) does not have this option. Maybe you could explain why you feel this limit to be necessary? There might be a better way to solve your problem. | |||
|
feedback
|