SshFingerprintProperties
SshFingerprintProperties
Server properties - hostname/ip_address, port and ssh fingerprint
JSON Example
{
"host_key_algorithms": [
"string"
],
"port": 0,
"server": "string",
"ssh_fingerprint": "string"
}
array of
string
host_key_algorithms
Optional
Constraints:
minItems: 1
default: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
Supported host key algorithms for SSH/SFTP connection.
Algorithms are preferred in the order they are specified in list.
Possible values are :
ecdsa-sha2-nistp256,
ecdsa-sha2-nistp384,
ecdsa-sha2-nistp521,
ssh-dss,
ssh-ed25519,
ssh-rsa,
integer As int64
As int64
port
Required
Constraints:
minimum: 1
maximum: 65535
Remote server port on which ssh connection is made.
string
As /^.+$/
server
Required
Server hostname/ip_address for which fingerprint has been retrieved.
string
ssh_fingerprint
Optional
Remote server's ssh fingerprint.
Parameter To