Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg | |
Closes #3846 | |||
2019-02-12 | curl_path: only enabled for SSH builds | Daniel Stenberg | |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg | |
... to make it a truly unified URL parser. Closes #3017 | |||
2017-12-09 | sftp: allow quoted commands to use relative paths | John DeHelian | |
Closes #1900 | |||
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos | |
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> |