git_credential_ssh_key

A ssh key from disk

package extern (C) nothrow @nogc
struct git_credential_ssh_key {}

Members

Variables

parent
.git_credential parent;

The parent credential

passphrase
char* passphrase;

Passphrase to decrypt the private key

privatekey
char* privatekey;

The path to a private key

publickey
char* publickey;

The path to a public key

username
char* username;

The username to authenticate as

Meta