mirror of
https://github.com/curl/curl.git
synced 2026-07-06 01:57:17 +03:00
SSH: added agent based authentication
CURLSSH_AUTH_AGENT is a new auth type for SSH
This commit is contained in:
parent
021e89b8c6
commit
e351972bc8
3 changed files with 121 additions and 3 deletions
|
|
@ -631,6 +631,7 @@ typedef enum {
|
|||
#define CURLSSH_AUTH_PASSWORD (1<<1) /* password */
|
||||
#define CURLSSH_AUTH_HOST (1<<2) /* host key files */
|
||||
#define CURLSSH_AUTH_KEYBOARD (1<<3) /* keyboard interactive */
|
||||
#define CURLSSH_AUTH_AGENT (1<<4) /* agent (ssh-agent, pageant...) */
|
||||
#define CURLSSH_AUTH_DEFAULT CURLSSH_AUTH_ANY
|
||||
|
||||
#define CURLGSSAPI_DELEGATION_NONE 0 /* no delegation (default) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue