Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
User can configure the maximum number of connections per minute and per source IP address or delete the configuration.
Command Syntax
set system services ssh rate-limit <int>
delete system services ssh rate-limit
Parameter
•<int>The effective value type is int. The valid number range 1-20.
Example
• This example demonstrates how to set the maximum number of connections per minute to 2:
admin@XorPlus# set system services ssh rate-limit 2 admin@XorPlus# commit