git_credential_ssh_key_from_agent

Create a new ssh key credential object used for querying an ssh-agent. The supplied credential parameter will be internally duplicated.

@param out_ The newly created credential object. @param username username to use to authenticate @return 0 for success or an error code for failure

extern (C) nothrow @nogc
int
git_credential_ssh_key_from_agent
(,
const(char)* username
)

Meta