Renci.SshNet.Async
Renci.SshNet.Async copied to clipboard
Azure Function Issue
Trying to leverage from an Azure function with the following code
Receiving the following error when trying to connect
Here is how my project is setup
Pulled in a coworker to take a look and he noticed that an old assembly was being included, Renci.SshNet.Async was pulling in SSH.NET 2016.1.0. We installed SSH.NET 2024.0.0 and our connection issues cleared up. Without 2024.0.0 installed, the client will not connect.
Hopefully this helps someone else