Skip to main content
Element Software
12.5 and 12.7

DisableSsh

Contributors netapp-pcarriga

You can use the DisableSsh method to disable the SSH service for a single storage node. This method does not affect the cluster-wide SSH service timeout duration.

Parameter

This method has no input parameter.

Return value

This method has the following return value:

Name Description Type

enabled

The status of the SSH service for this node.

boolean

Request example

Requests for this method are similar to the following example:

{
  "method": "DisableSsh",
  "params": {
      },
  "id" : 1
}

Response example

This method returns a response similar to the following example:

{
  "id" : 1,
  "result" : {"enabled": false}
}