Creating SSH client profiles
An SSH client profile defines the authentication type, credentials, and cipher suites to use for an SSH client connection.
About this task
When you use an SSH client profile with the SFTP protocol, the following guidelines apply.
- Authentication can be public key or password or both public key and password. If the configuration includes both authentication methods, public key authentication is attempted first.
- You can specify a list of SSH cipher suites, key exchange (KEX) algorithms, and message authentication code (MAC) algorithms in preferred order. The ciphers, KEX algorithms, and MAC algorithms are used to negotiate SSH connections with the remote SSH server. When you specify no ciphers or algorithms, the default cipher suites are used. For more information, see the documentation for the following commands.
An SSH client profile is used in the following configurations.
- SFTP poller handlers.
- SFTP client policies in a user agent, which control the client settings for outbound SFTP connections for requests that match the URL expression.