]> granicus.if.org Git - curl/commit
Added support for libssh SSH SCP back-end
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 23 Oct 2017 11:49:23 +0000 (13:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Dec 2017 16:35:14 +0000 (17:35 +0100)
commitc92d2e14cfb0db662f958effd2ac86f995cf1b5a
treea5352cc296c3f7230dc0e34391262941b070feda
parent3973ee6a654e96c027afee86037680334b24e709
Added support for libssh SSH SCP back-end

libssh is an alternative library to libssh2.
https://www.libssh.org/

That patch set also introduces support for ECDSA
ed25519 keys, as well as gssapi authentication.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
13 files changed:
configure.ac
include/curl/curl.h
lib/Makefile.inc
lib/curl_path.c [new file with mode: 0644]
lib/curl_path.h [new file with mode: 0644]
lib/easy.c
lib/setopt.c
lib/ssh-libssh.c [new file with mode: 0644]
lib/ssh.c
lib/ssh.h
lib/url.c
lib/urldata.h
lib/version.c