Re: Curl with rsa-sha2-256, rsa-sha2-512
João M. S. Silva via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <CAAv-bCw072qpLWBFTB2h2xb=WmcN7tZ2RYWdSVZ8+QAjnRMW_A@mail.gmail.com> |
> > curl: (2) Failure establishing ssh session: -5, Unable to exchange > encryption keys > > Think I found the problem: when I built curl I was providing: ./configure --with-openssl --with-libssh2=/home/shared/libssh2/ but then, at run time, a pre-existing version of libssh2 was probably being used (the one brought by the apt installation of git). I could not use LD_LIBRARY_PATH to tell configure that I had a new place for libssh2. I had to install it system-wide after removing the system one. > -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html