cancel
Showing results for 
Search instead for 
Did you mean: 

Datasphere SFTP

09-08-2023 9:23 AM
tbellil Explorer
991 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

Hello everyone,

I am currently establishing a connection between Datasphere and the SFTP protocol. When I try to validate my connection, I receive an error message regarding the host key. Could you please advise me on how to resolve this issue?

Thank you very much.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

XaviPolo
Active Contributor
0 Likes

The error says that the host key set in connection is not the same as the host key of the SFTP server. Please check it.

Regards,

tbellil
Explorer
0 Likes

I understood the mistake. I restarted my terminal to generate the host key using the command

"(ssh-keyscan -t rsa -p $PORT $HOST 2>$null) -replace '^[^ ]* ','' > host_key.pub.txt", but I still encounter the same error.

https://help.sap.com/docs/SAP_DATASPHERE/9f804b8efa8043539289f42f372c4862/5454a8cfdb9845a9b6c772d63b...

XaviPolo
Active Contributor
0 Likes

Are you accessing a SFTP published on the internet? or one via SAP Cloud Connector?

If the latter, there is nothing in the logs there?

Regards,