Skip to content

Draft: SFTP: support safer ssh key exchange with OpenSSL

Marin Baron requested to merge Niram7777/vlc:build-fix-dev-ndk26-script into master

My server is using ED25519 and as rsa/dss have been deprecated and my algo not supported by gcrypt, I propose openssl replaces it.

Error:

no matching host key type found. Their offer: ssh-rsa,ssh-dss

TODO:

  • Add refactoring of SFTP I have done (dont hardcode key paths)
  • Find solution for eventual functionalities still using gcrypt

Merge request reports