RVR-SSH-400
Issue summary
- The error encountered is an External SSH error with the error code
RVR-SSH-400indicating a failed connection when attempting to establish an SSH connection via Data Integration Data Connector for SSH. This problem typically arises due to configuration issues or network connectivity problems between the Data Integration platform and the specified SSH server.
Action steps
To resolve the error, follow these steps:
- Check SSH Server Accessibility: Ensure that the SSH server you are trying to connect to is accessible externally. This includes verifying that it is running and accepting connections on the designated port, port 22.
- IP address Allowlisting: Ensure that the you have allowlisted the IP addresses on your SSH server. This is crucial for establishing a connection. You can find the necessary IP addresses in the Data Integration documentation or the setup instructions you followed .
- SSH Credentials Verification: Double-check the SSH credentials used in the Data Integration connection settings. Confirm the accuracy of the SSH hostname, port, username, and the private key provided.
- Firewall and Network Security: Make sure that any firewalls or security groups allow incoming SSH connections from Data Integration IP addresses. This may require configuring your network's firewall rules or the SSH server's security settings.
- SSH Configuration Update: Update your SSH configuration as needed. Enable verbose logging by setting
LogLevel VERBOSEin/etc/ssh/sshd_configto gather more detailed information about connection attempts. Also, ensure settings likeAllowAgentForwarding yesandPubkeyAuthentication yesare correctly configured. - Testing Connection: Use the Test Connection feature in Data Integration after making changes to verify if the connection can now establish successfully .
External references
- Data Integration official documentation for SSH configurations: Data Integration SSH Tunnel Documentation .
- General SSH troubleshooting guides can be helpful, such as OpenSSH documentation.
note
If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.