You can use the EnableSsh method to enable the SSH service for a single node. This method does not affect the cluster-wide SSH timeout duration, and does not exempt the node from having SSH disabled by the global SSH timeout.
This method has no input parameter.
This method has the following return value:
Name | Description | Type |
---|---|---|
enabled | The status of the SSH service for this node. | boolean |
Requests for this method are similar to the following example:
{ "method": "EnableSsh", "params": { }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {"enabled": true} }