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

Support newer SSH Ciphers and MACs #53

Closed
ypid opened this issue Jul 28, 2016 · 7 comments
Closed

Support newer SSH Ciphers and MACs #53

ypid opened this issue Jul 28, 2016 · 7 comments
Assignees

Comments

@ypid
Copy link

ypid commented Jul 28, 2016

Would it be possible to support more crypto algorithms which recent versions of OpenSSH support?

From man ssh_config on Debian Jessie.

Related to: darkoperator/Posh-SSH#103
Partly related to: #20

@Cronus89
Copy link

Any plan for this? I'm having the issue in software that uses your ssh lib. ShareX/ShareX#3599

@Kim-SSi
Copy link

Kim-SSi commented Aug 27, 2018

It might be useful to look at the following repos for 25519 related code, licensed as public domain or MIT:
https://github.com/CodesInChaos/Chaos.NaCl
Some additional code & tests to the above:
https://github.com/CryptoManiac/Ed25519

@AtosNicoS
Copy link

I recently also ran into this issue, I am unable to acces a Teltonika router anymore:
#461

Please implement some of the newer ciphers.

@stijnbrouwers
Copy link

+1

@marcob73
Copy link

marcob73 commented Nov 16, 2018

It seems aes128-ctr, aes192-ctr and aes256-ctr are currently supported.
Is it there any schedule to add support also to the following?

Thank and Best Regards,
Marco

@drieseng
Copy link
Member

In the next beta, we'll add support for the following key exchange algorithms:

  • curve25519-sha256
  • curve25519-sha256@libssh.org
  • ecdh-sha2-nistp256
  • ecdh-sha2-nistp384
  • ecdh-sha2-nistp521
  • diffie-hellman-group14-sha256
  • diffie-hellman-group16-sha512

and we've added support for the following host key algorithms:

  • ssh-ed25519
  • ecdsa-sha2-nistp256
  • ecdsa-sha2-nistp384
  • ecdsa-sha2-nistp521

@drieseng drieseng added this to the 2020.0.0-beta1 milestone Apr 30, 2020
@drieseng drieseng self-assigned this Apr 30, 2020
@drieseng
Copy link
Member

drieseng commented Jun 7, 2020

2020.0.0-beta1 is now available.

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

No branches or pull requests

7 participants