RVR-SFTPConn-100
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-SFTPConn-100
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- You are encountering a connection error with the code
RVR-SFTPConn-100
while attempting to connect to an SFTP server using Rivery. This error typically indicates that there are bad credentials or permissions issues involved in the connection process. This could be due to incorrect login details, such as the username, password, or key file, or missing permissions for SFTP access.
- You are encountering a connection error with the code
Action Steps
- Check Whitelisting: Ensure that Rivery's IPs are whitelisted on your SFTP server. Without this, you might face connection issues related to network blocking.
- Verify Credentials:
- If using basic authentication, confirm that the username and password are correct. Ensure there are no spaces or unintentional characters in these fields.
- If using a key file, ensure that the correct private key (.pem) and its password, if applicable, are used. This also involves generating a public key in Rivery and adding it to the SFTP server's
authorized_keys
file.
- Permissions: Make sure that the SFTP server permissions allow access from the provided credentials (username, key).
- Test Connection: Use the "Test Connection" feature in Rivery's connection setup to verify that the settings are correct. This feature helps in diagnosing if credentials or network configurations are successful.
- Configuration Review: Recheck all configuration fields like Host, Port, and Connection Name for any discrepancies.
External References
- Detailed steps on connecting by SFTP in Rivery: Rivery SFTP Connection Documentation.
- General SFTP setup and troubleshooting documentation: Rivery Documentation for IP whitelisting and other connection setup references.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?