This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Fix kex methods#150
Open
danhunsaker wants to merge 1 commit intotjibbevanderlaan:masterfrom
Open
Conversation
* Update sftp_thread.cc Set our preferred keys to the default OpenSSH list. Because libssh2 is somewhat outdated in this category, it will only support `diffie-hellman-group-exchange-sha256` for the moment, but this _should_ help fix errors like tjibbevanderlaan#131. Still some more changes to make before this can be PR'd, but should be a lot closer. I hope. * Update English messages Dutch is next! * Bijgewerkte Nederlandse berichten Hoewel ik Google Translate heb gebruikt... (For you English folk, that's an update to the Dutch messages, as promised in the previous commit.) * Update sftp_thread.h Gotta declare the method before we can define it.
Author
|
Yeah, I'd noticed. Still worth the effort to try. At some point when i have more time, i plan to do a version that uses the newer (oddly) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Once a collection of four commits made on GitHub proper, and now a squashed commit of all four. The original commit comments are below.
By these commits combined, we should have universal compatibility with OpenSSH servers - as soon as
libssh2adds the additional methods, that is. Anything more extensive may require switching to OpenSSH in thewebportsinstead oflibssh2.