Hi,
I'm attempting to use Microsoft Power Automate to connect to an AWS SFTP instance (Transfer Family). The SFTP host is working in that I can connect to it using the Linux sftp command line client.
When attempting to connect using MS PA, I get this error: Server HMAC algorithm not found
The AWS log shows this:
{
"activity-type": "KEX_FAILURE",
"source-ip": "xxxx",
"resource-arn": "arn:aws:transfer:regions-xxxxxx:server/xxxx",
"message": "no matching host key type found",
"kex": "ssh-rsa,ssh-dss,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521"
}
Does anyone know what the problem might be?