SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

2024.1.0 version problem

Open ibalmaci opened this issue 1 year ago • 8 comments

When I try to connect with Ssh.net 2024.1.0 to Globalscape Eft 8.2.1.30, get following error:

An established connection was aborted by the server. 
   at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
   at Renci.SshNet.Session.Connect()
   at Renci.SshNet.BaseClient.CreateAndConnectSession()
   at Renci.SshNet.BaseClient.Connect()

But, with 2024.0.0 version, there is no problem. I supposed there's a MAC algorithm problem.

ibalmaci avatar Oct 14 '24 10:10 ibalmaci