|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
This resource updates SSH server configuration.
This parameter enables password authentication.
Use:  Required  
JSON Schema:  
    Object
    type:boolean
This parameter enables public key authentication.
Use:  Required  
JSON Schema:  
    Object
    type:boolean
This parameter specifies the SSH server port.
Use:  Required  
JSON Schema:  
    Object
    type:integer
This parameter specifies the list of network devices to use for the SSH server.
Use:  Required  
JSON Schema:  
    Object
    type: array
        networkDevice: Object
            type: string
Success
Unexpected failure
 
    PUT
    https://1.2.3.4:8443/api/lunasa/ssh
{
    "port": 22, 
    "isKeyAuthenticationEnabled": true, 
    "isPasswordAuthenticationEnabled": true, 
    "networkDevices": ["all"]
}
 
{
}