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

Secure key exchange methods are not supported #25

Closed
tstm opened this issue Apr 25, 2016 · 2 comments
Closed

Secure key exchange methods are not supported #25

tstm opened this issue Apr 25, 2016 · 2 comments
Labels
feature Feature requested by users

Comments

@tstm
Copy link

tstm commented Apr 25, 2016

With a properly secured openssh daemon I get the following error message (on the server):

fatal: Unable to negotiate a key exchange method [preauth]

On the iPad the error message is just:
DEBUG: Session start failed with code: 18446744073709551611

Either one of these Kex methods should be supported for secure operations:
[email protected]
diffie-hellman-group-exchange-sha256

@carloscabanero carloscabanero added the feature Feature requested by users label Apr 26, 2016
@carloscabanero
Copy link
Member

This should be coming on the next test release :)

@carloscabanero
Copy link
Member

This should be already fixed. We are using diffie-hellman-group-exchange-sha256 from libssh2. Thanks for the report!

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

No branches or pull requests

2 participants