Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no support for elliptic curve (ssh-ed25519) "Failed to negotiate key exchange algorithm" #343

Closed
fgodskesen opened this issue Aug 19, 2020 · 3 comments

Comments

@fgodskesen
Copy link

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

@darkoperator
Copy link
Owner

darkoperator commented Aug 19, 2020 via email

@fgodskesen
Copy link
Author

fgodskesen commented Aug 19, 2020

Awesome! Thank you for the quick reply!

@fgodskesen
Copy link
Author

fixed in the beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants