configuration / security / ssh

CLI REST-API

ssh-timeout

Ssh-Timeout (Seconds)
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



See also:
/configuration/security/ssh: ssh Configuration
/configuration/security/ssh/ssh-key-len: Ssh-Key-Length

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/security/ssh


Example using curl:
curl /api/configuration/security/ssh


Method: PATCH
URL: /api/configuration/security/ssh
Body:
{
  "ssh-timeout": 0
}

Example using curl:
curl -X PATCH /api/configuration/security/ssh -d
{
  "ssh-timeout": 0
}