I am running into an issue with the SFTP Connection. I get the following error:
Server HMAC algorithm not found: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Can't login to <Host Name>. ---> Renci.SshNet.Common.SshConnectionException: Server HMAC algorithm not found
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
at Renci.SshNet.Session.Connect()
at Renci.SshNet.BaseClient.CreateAndConnectSession()
at Renci.SshNet.BaseClient.Connect()
at Microsoft.Flow.RPA.Desktop.Modules.FTP.Actions.OpenSecureFtpConnectionAction.InitializeSftpConnection()
at Microsoft.Flow.RPA.Desktop.Modules.FTP.Actions.OpenSecureFtpConnectionAction.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.FTP.Actions.OpenSecureFtpConnectionAction.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
I'm not sure what the problem is. We have an OPENSSH formatted private key and are pointing to the appropriate file path. The method is SFTP.
Has anyone else run into this type of issue from the desktop?
Thanks
-Patrick