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 configs (aliases, sshCommand and such) #2096

Open
extrawurst opened this issue Feb 23, 2024 · 0 comments
Open

support ssh configs (aliases, sshCommand and such) #2096

extrawurst opened this issue Feb 23, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@extrawurst
Copy link
Owner

extrawurst commented Feb 23, 2024

A lot of SSH issues boil down to .ssh/config not being used.
libgit2 added support for using OpenSSH instead of using libssh: libgit2/libgit2#6617.
currently git2-rs does not support building libgit2 with it instead: rust-lang/git2-rs#1028

once that is available we can test whether this fixes such issues.

@extrawurst extrawurst added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 23, 2024
@extrawurst extrawurst changed the title support ssh configs (aliases and such) support ssh configs (aliases, sshCommand and such) Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant