You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Aug 19, 2020, at 7:35 AM, fgodskesen ***@***.***> wrote:
connecting to SSH servers that only support ssh-ed25519 fails with
PS C:\Users\flgod> $s= New-SSHSession -ComputerName 10.111.20.10 -Credential $cred
New-SSHSession : Failed to negotiate key exchange algorithm.
At line:1 char:5
$s= New-SSHSession -ComputerName 10.111.20.10 -Credential $cred
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : SecurityError: (Renci.SshNet.SshClient:SshClient) [New-SSHSession], SshConnectionException
FullyQualifiedErrorId : SSH.NewSshSession
Support for ed25519 is included in SSH.NET since January, so perhaps a merge from SSH.NET is possible?
sshnet/SSH.NET#496
/fgodskesen
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
connecting to SSH servers that only support ssh-ed25519 fails with
PS C:\Users\flgod> $s= New-SSHSession -ComputerName 10.111.20.10 -Credential $cred
New-SSHSession : Failed to negotiate key exchange algorithm.
At line:1 char:5
Support for ed25519 is included in SSH.NET since January, so perhaps a merge from SSH.NET is possible?
sshnet/SSH.NET#496
/fgodskesen
The text was updated successfully, but these errors were encountered: