Renci.SshNet.Async icon indicating copy to clipboard operation
Renci.SshNet.Async copied to clipboard

Azure Function Issue

Open karlrissland opened this issue 9 months ago • 0 comments

Trying to leverage from an Azure function with the following code

image

Receiving the following error when trying to connect

image

Here is how my project is setup

image

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.

image

Hopefully this helps someone else

karlrissland avatar May 30 '24 18:05 karlrissland