SSHAuthMode
Specifies the SSH authentication method that the provider uses when connecting to the SFTP server.
Possible Values
None, MultiFactor, Password, PublicKeyデータ型
string
デフォルト値
"Password"
解説
The following values are supported:
- None: No authentication is performed. The connector ignores User and connects as an anonymous user
- MultiFactor: The connector attempts a multistep authentication process using the credential properties you've supplied. It follows the server’s allowed authentication methods in order and continues until authentication succeeds or fails. If any step is rejected, the connector throws an exception.
- Password: The connector authenticates using the values of User and Password.
- PublicKey: The connector authenticates using User and SSHClientCert. The certificate must contain a private key.