cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Datasphere SFTP

tbellil
Explorer
0 Likes
946

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.

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,