Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
User can configure the SSH connection limit per source IP address or delete it.
Command Syntax
set system services ssh connection-limit <int>
delete system services ssh connection-limit
Parameter
• <int>It is the maximum number of allowed connections,the valid number range 1-250.
Example
• This example demonstrates how to configure the SSH maximum number of connections as 5:
admin@XorPlus# set system services ssh connection-limit 5 admin@XorPlus# commit