amazon-web-servicesweb-servicespower-automateprivate-keyhmac

Trying to connect Power Automate to Amazon Web Service is returning this error "Details: Server HMAC algorithm not found "


I have this SFTP-SSH action inside Power Automate, where I am trying to connect to Amazon Web Service using those details:

  1. Private key using RSA

  2. FingerPrint

  3. USerName

  4. EndPoint URL

As follow:-

enter image description here

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?


Solution

  • 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"