Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


The set system services ssh connection-limit command configures the SSH connection limit per source IP address.


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 0-250. Default value is 20.


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 
  • No labels