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

Issue with ED2559 ssh connection

Open dominikamann opened this issue 1 year ago • 5 comments

Hi,

iam not able to connect over ssh to one of my machines.

grafik

Over windows console (ssh root@IP) it works fine. I first thought it is related to https://github.com/sshnet/SSH.NET/pull/1177. See comments. I was asked by @Rob-Hague to open a new issue.

Code:

271530656-8c653494-fbde-43d7-adf5-e99c833dd5e9

Issue:

grafik

grafik

grafik

Console output

grafik

Originally posted by @dominikamann in https://github.com/sshnet/SSH.NET/issues/1177#issuecomment-1740744830

dominikamann avatar Sep 29 '23 11:09 dominikamann

@dominikamann I have to wait a few days for the release, so if we fix your issue by then, it will be included in the next release.

WojciechNagorski avatar Sep 29 '23 11:09 WojciechNagorski

I am not certain, but I think your connection is performing certificate-based authentication, which unfortunately is not currently implemented

https://github.com/sshnet/SSH.NET/blob/5803ada7cf8e373016d673c7c1922c8154b6e22a/src/Renci.SshNet/Security/CertificateHostAlgorithm.cs

Does that sound right?

Rob-Hague avatar Sep 29 '23 12:09 Rob-Hague

If so we have #595 and there are forks that are mentioned in #479.

WojciechNagorski avatar Sep 29 '23 12:09 WojciechNagorski

@Rob-Hague Do you want to handle this issue?

WojciechNagorski avatar Sep 29 '23 12:09 WojciechNagorski

I will look into it

Rob-Hague avatar Sep 29 '23 13:09 Rob-Hague