InlineSftpProtocol1
InlineSftpProtocol1
JSON Example
{
"authentication_scheme": {
"identity_file": "string",
"password": "string",
"scheme_name": "string",
"username": "string"
},
"host_key_algorithms": [
"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,
string
ssh_fingerprint
Required
SSH fingerprint of server