How many active SSH sessions does the ONTAP support?
Applies to
ONTAP 9
Answer
Please use the security protocol ssh
show
command to check it out.
Examples:
The following example displays the cluster-wide SSH configuration:
cluster1::*> security protocol ssh show
Per-Source Limit: 32
Maximum Number of Instances: 64
Connections Per Second: 10
- The
Per-Source Limit
is the maximum number of SSH instances per source IP address on a per-node basis. - The
Maximum Number of Instances
is the maximum number of SSH instances that can be handled on a per-node basis. - The
Connections Per Second
is the maximum number of SSH connections per second on a per-node basis.
Additional Information
Relate to KB: Can the number of maximum concurrent SSH "sessions per node" and "connections per second" be modified?