ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 28a2c534a0 git: add support for password-less SSH keys
My SSH keys are password-protected, so I haven't been able to test
this patch completely, but I believe it should work. We now use
ssh-agent if `$SSH_AGENT_PID` is set, otherwise we check if
`$HOME/.ssh/id_rsa` exists and assume it's a password-less key. That's
quite hacky but I think it's good enough for now. We eventually need
to move this out of the library crate just like libgit2 has done.

Closes #25.
2021-10-09 09:44:57 -07:00
..
benches
protos backend: remove unused Commit::is_pruned (#32) 2021-10-06 23:53:15 -07:00
src git: add support for password-less SSH keys 2021-10-09 09:44:57 -07:00
tests backend: remove unused Commit::is_pruned (#32) 2021-10-06 23:53:15 -07:00
build.rs
Cargo.toml