rust-lang / rust-lang/git2-rs

Support for in-memory SSH keys is missing

Open
#320 7 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
2.1k
Forks
450
Avg merge
11m
Merged PRs (30d)
1

Description

libgit2 has support for in-memory SSH keys. There is already git2::SSH_MEMORY to indicate that the credentials type is allowed, but a wrapper for git_cred_ssh_key_memory_new is missing.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing credential wrappers and the handling of git2::SSH_MEMORY, then compare them with libgit2's git_cred_ssh_key_memory_new API. Done means the missing in-memory SSH-key wrapper is exposed consistently with the existing bindings and accepts the credentials type already marked as supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.