NSX Autonomous Edge REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
SshServiceProperties (schema)
SSH Service properties
| Name | Description | Type | Notes |
|---|---|---|---|
| banner | SSH login banner with maximum 4096 characters | string or null | Maximum: 4096 |
| host_keys | Available SSH host keys List of all available SSH host keys with their types and sizes |
array of HostKeyProperties | Readonly |
| protocol_version | SSH protocol version SSH protocol version supported by the host |
string | Readonly Enum: 1.0, 2.0, 1.99 |
| root_login | Permit SSH Root login | boolean | |
| start_on_boot | Start service when system boots | boolean |