libgit2

git_credential_ssh_key

Version:

A ssh key from disk

Signature

typedef struct git_credential_ssh_key { git_credential parent char *username char *publickey char *privatekey char *passphrase };

Members

parent

The parent credential

char *
username

The username to authenticate as

char *
publickey

The path to a public key

char *
privatekey

The path to a private key

char *
passphrase

Passphrase to decrypt the private key

Versions