EnableSsh
Suggest changes
-
PDF of this doc site
-
Manage storage with Element software
- Protect your data
-
Manage storage with Element software
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the EnableSsh
method to enable the Secure Shell (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.
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": "EnableSsh", "params": { }, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id" : 1, "result" : {"enabled": true} }