Can the number of maximum concurrent SSH "sessions per node" and "connections per second" be modified?
Applies to
ONTAP 9
Answer
Yes, the number of maximum concurrent SSH "sessions per node" and "connections per second" can be modified.
- To view the current limits, use the following commands:
::> set advanced
::*> security protocol ssh show
Per-Source Limit: 32
Maximum Number of Instances: 64
Connections Per Second: 10
- The number of maximum concurrent SSH sessions per node can be modified by the command below.
security protocol ssh modify -max-instances
- The number of maximum SSH connections per second can be modified by the command below.
security protocol ssh modify -connections-per-second
Additional Information
N/A