ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security protocol ssh modify

    Modify the SSH configuration

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The security protocol ssh modify command modifies the existing cluster-wide configuration of SSH

    Parameters

    [-per-source-limit <integer>] - Per-Source Limit

    Modifies the maximum number of SSH instances per source IP address on a per-node basis.

    [-max-instances <integer>] - Maximum Number of Instances

    Modifies the maximum number of SSH instances that can be handled on a per-node basis.

    [-connections-per-second <integer>] - Connections Per Second

    Modifies the maximum number of SSH connections per second on a per-node basis.

    Examples

    The following example modifies cluster-wide SSH configuration:

    cluster1::*> security protocol ssh modify -per-source-limit 30 -max-instances 60 -connections-per-second 5
    Top of Page