Getting SFTP error for data source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited an hour ago
Hello,
We are getting below error when trying to retrieve a file from SFTP.
Surprisingly this same data source works fine in Development but not in our QA servicenow environment. I manually entered the password in the data sources in both Development and QA data sources. These data sources do not use MID servers.
Thanks,
Ravish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Issue
SFTP data source connection fails with the error - com.glide.db.impex.datasource.DataSourceException: java.io.IOException: SSH authentication failed, SSH connected, but user not authenticated
Cause
SFTP data source connection with SSH key-based authentication' is not supported by ServiceNow .
Resolution
SFTP data source connection with SSH key-based authentication' is not supported by ServiceNow .
Use 'Username' and 'Password' authentication mechanism instead.
An Alternative would be to use the integration hub SFTP Step.
According to the documentation for SFTP step when using the sftp step private key authentication can be used through the mid server.
Also refer:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hello,
We are using username and password for SFTP here. It works in Development servicenow and not in QA using the same credentials.
We do not have SFTP in integration hub so unfortunately cannot use it.
