Searched defs:git_credential_ssh_key (Results 1 – 2 of 2) sorted by relevance
48 struct git_credential_ssh_key { struct49 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 */
97 typedef struct git_credential_ssh_key git_credential_ssh_key; typedef