Add NewCredSshKeyFromMemory to the credentials helpers. #322
Loading…
Reference in New Issue
No description provided.
Delete Branch "ssh_memory_credentials"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allowing to use public and private keys from memory
without reading them from disk and without using an
ssh agent.
Signed-off-by: David Calavera david.calavera@gmail.com
@carlosmn would you mind merging this? the api change is very straight-forward and libgit2 has supported that call for quite a while.
why this still not been merged ? It's pretty useful feature. @carlosmn