Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSH Git URLs for authenticated connections to private repositories #19

Open
jiangliu opened this issue Oct 29, 2019 · 2 comments

Comments

@jiangliu
Copy link
Member

Cargo supports ssh git URLs, but the libgit2 library depends on ssh-agent to handle ssh authentication.
Could we add openssh-server to support ssh git URLs?

@andreeaflorescu
Copy link
Member

Where would this be used? We can add it, I just want to understand why we would need it.

@jiangliu
Copy link
Member Author

Often we need to clone rust-vmm crates, make local changes, integrate the modifications with other components and eventually send out PRs to rust-vmm crates. The internal repository are ssh based and we want use the rust-vmm-container to support the dev process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants