I have this SFTP-SSH action inside Power Automate, where I am trying to connect to Amazon Web Service using those details:
Private key using RSA
FingerPrint
USerName
EndPoint URL
As follow:-
But I am getting this error:
Test connection failed. Details: Server HMAC algorithm not found clientRequestId: 52fa5e6c-abcf-11a1-334f-a34b57b7d6b5
Now I am confused on what is causing this error? Is it an issue inside Power Automate or inside AWS? And how this can be fixed? Or we can not connect Power Automate to AWS?
The "Server HMAC algorithm not found" error usually occurs because there is a mismatch in the encryption algorithm between the client (Power Automate) and the server (AWS). This is often related to the SSH key exchange algorithms or HMAC (Hash-based Message Authentication Code) algorithms used in SSH/SFTP connections.
If you use Transfer Family, try changing the Security Policy section to "TransferSecurityPolicy-2020-06"