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 for newer cipher options #33

Open
alphazo opened this issue May 4, 2020 · 2 comments
Open

Support for newer cipher options #33

alphazo opened this issue May 4, 2020 · 2 comments
Labels
should be fixed upstream Should be fixed upstream

Comments

@alphazo
Copy link

alphazo commented May 4, 2020

termbot is a great piece of code that allows SSH on a phone with a Yubikey 5C (RSA4096, no ed255519 for or KDF support for now).

termbot is able to cope with the latest recommendations like:

But on the cipher side it seems to be stuck to an older implementation with only aes256-ctr or less.
I couldn't get for example chacha20-poly1305@openssh.com or aes256-gcm@openssh.com to be accepted.

Is there a plan to support those standards that are now enabled by default on a lot of OpenSSH configurations?

@dschuermann
Copy link
Member

While this wasn't your main request: Ed25519 and KDF support is now supported.
Regarding the symmetric ciphers, I am following upstream ConnectBot.

@dschuermann dschuermann added the should be fixed upstream Should be fixed upstream label Mar 24, 2021
@alphazo
Copy link
Author

alphazo commented Mar 24, 2021

While this wasn't your main request: Ed25519 and KDF support is now supported.
Regarding the symmetric ciphers, I am following upstream ConnectBot.

This is a great addition that makes hardware dongles even more versatile.

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

No branches or pull requests

2 participants