rugged
rugged copied to clipboard
Add support for SSH credentials from memory.
The build is currently failing because SSH memory credential support is not listed as part of Rugged.features
.
@carlosmn Would a patch to libgit2 to add something like GIT_FEATURE_SSH_KEY_FROM_MEMORY
be accepted?
I was actually thinking about that recently. It would make sense to expose this as a feature.
Okay. I'll see if I can hack this up, until then this PR will have to wait a bit. :smile:
will it be merged? I owuld use this feature as well.
@arthurschreiber anything I can do to assist with getting this merged? happy to help contribute to rugged or libgit2 if needed
@carlosmn Any reason this was never added/addressed ?