RVR-SSHC-002
1. Issue Summary
You are experiencing an error with the SSH connection in Data Integration, specifically due to missing authentication credentials. The error code RVR-SSHC-002 indicates that neither a password nor a key file authentication method has been provided for establishing the SSH connection using the ssh_connection data connector.
2. Action Steps:
To resolve this issue, follow these steps:
-
Check SSH Authentication Method:
- Ensure that you have selected the appropriate authentication method for your SSH connection in Data Integration.
- You have two primary options for authentication: password authentication or key file authentication (using an SSH keypair).
-
Configure Password Authentication (if applicable):
- If using password authentication, ensure that the password is correctly entered in the SSH connection configuration.
-
Configure Key File Authentication:
- Upload the correct SSH KeyPair file (.pem or .pub) in the Data Integration connection settings.
- Ensure that the key file is not encrypted and has the appropriate permissions set (chmod 600).
-
Verify SSH Connection Details:
- Ensure the SSH host, port (default is 22), and username are correctly provided.
-
Test the Connection:
- After configuring the connection, use the 'Test Connection' feature in Data Integration to ensure it’s correctly set up and can be established without errors.
-
Review SSH Host Configurations:
- Confirm that SSH server settings allow PubkeyAuthentication if you are using an SSH KeyPair.
3. External References:
For more information:
- SSH Tunnel Setup Using Data Integration: Refer to the Create SSH Tunnel Using an Existing .pem File guide.
- General Data Integration Documentation: Visit Data Integration docs for more detailed guidance on configuring data connections.
If the issue persists or you need further assistance, please open a ticket with Data Integration support.