configuration / security / ssh

CLI REST-API

ssh-key-len

Ssh-Key-Length
This is a read-write object and valid values are:




See also:
/configuration/security/ssh: ssh Configuration
/configuration/security/ssh/ssh-timeout: Ssh-Timeout (Seconds)

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-key-len": "1024"
}

Example using curl:
curl -X PATCH /api/configuration/security/ssh -d
{
  "ssh-key-len": "1024"
}