![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
•
• Public key formats: OpenSSH PEM and Ssh.Com* (with import and export)
• Private key formats: OpenSSH PEM and Ssh.Com** (with import); OpenSSH PEM (with export)
•
•
• Password The configured password is used to complete the user authentication phase with the SSH server.
• Public key The configured public key (retrieved from the user's SSH private key) is used to complete the user authentication phase with the SSH server.
• Public key and Password TIBCO BusinessConnect is allowed authenticate using password, public key, or both password and public key. If the SSH server indicates both options, TIBCO BusinessConnect starts using the 'public key' method. If it is successful and the server requires no further authentication steps to be executed, the negotiation is successful and the tunnel is established.The SSH Server Public Key Retriever was added to facilitate speedy setup of a working connection, and to help establish a trusted connection. To use the SSH Server Public Key Retriever, see the fetch from ssh server field in TIBCO BusinessConnect Trading Partner Administration, "SSHFTP Transport."Tunnel negotiation is driven by the SSH server and controlled by the SSH client. This means that the ciphers, MAC, compression algorithms and authentication methods are specified by a list that is offered by the server and chosen by the client. If the option ANY is set for either cipher, MAC, or compression, the server's first choice of preference will be used, which is also supported by the client. TIBCO BusinessConnect always acts as the SSH client, regardless of the direction of the transport (such as inbound or outbound).For the list of supported ciphers, see Non-Repudiation. If configured to ANY, then any of the supported ciphers can be selected by the server.If configured to ANY, then any of the supported MACs can be selected by the server.If NONE is selected, no compression is enforced by the client. This assumes that the SSH server also considers 'NONE' to be a valid option.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |