SFTP issues with newer algorithms
It seems that SE fails to connect to SFTP servers that only support newer sha2 algorithms.
The server has the following key exchange algorithms enabled:
ecdh-sha2 over secp256k1
diffie-hellman-gex-sha256
The server has the following data integrity protection algorithms enabled:
hmac-sha2-256
SE won't connect to this server unless older sha1 algorithms are added.
I think maybe it's as simple as updating the Ganymed library that SE uses. Thanks and please let me know if you have any questions.
6
votes
![](https://secure.gravatar.com/avatar/fa4e99ea6f2001bc95bdca2e6c0d85c1?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Kory Sarnelli commented
Looks like this was fixed in version 2.1.8
Thanks