You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: