Home
last modified time | relevance | path

Searched defs:git_credential_ssh_key (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dcredential.h48 struct git_credential_ssh_key { struct
49 git_credential parent; /**< The parent credential */
50 char *username; /**< The username to authenticate as */
51 char *publickey; /**< The path to a public key */
52 char *privatekey; /**< The path to a private key */
53 char *passphrase; /**< Passphrase to decrypt the private key */
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dcredential.h97 typedef struct git_credential_ssh_key git_credential_ssh_key; typedef