Skip to main content
Feedback

RVR-SSHC-001

Issue summary

  • The error code RVR-SSHC-001 indicates a missing required argument for establishing an SSH connection in Data Integration, specifically related to the "ssh_connection" data connector. This error typically arises when one or more necessary parameters for the SSH connection setup are not provided or incorrectly configured.
  • Initial diagnosis is that the user may have overlooked one of the key connection parameters such as SSH Hostname, Port, Username, Password (if necessary), or SSH Key details.

Action steps

To resolve the error, follow these steps:

  • Verify all required fields for your SSH connection in Data Integration:
    • SSH Hostname: Confirm the correct SSH server hostname or IP address.
    • SSH Port: Typically should be 22 unless specified otherwise by your network configuration.
    • SSH Username: Provide the username authorized to connect to the SSH server.
    • SSH Key File: Make sure a valid .pem key you upload the file if password authentication is not used. If using password authentication, ensure it Data Integration allows by your SSH server configuration.
    • Optional - SSH Password: Include if your SSH server requires password authentication or instead of a key file.
  • Make sure the SSH server allows connections from Data Integration IP addresses and that necessary ports are open and not blocked by firewalls.
  • Double-check permission settings in the sshd_config for ssh options like AllowAgentForwarding, PermitTunnel, PubkeyAuthentication, etc., as these can impact the SSH connection setup.

External references

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.

On this Page