-
Notifications
You must be signed in to change notification settings - Fork 7
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
Connect to ssh-agent in a sync way #38
base: master
Are you sure you want to change the base?
Conversation
Is there a follow-up to this @xphoniex because |
Yup, we have sync one here. Posted this as a draft here, for now. |
Ah, that's what that was! Good luck :) The amount of async ssh pain I've gone through has been an experience 🙏 |
ef98163
to
f536867
Compare
f536867
to
bef4c29
Compare
lnk-cryptovec = "0.6.0" | ||
lnk-thrussh-agent = { version = "0.1.0", optional = true, default-features = false } | ||
lnk-thrussh-encoding = { version = "0.1.0", optional = true } | ||
cryptovec = { version = "0.6.0", git = "https://github.com/radicle-dev/radicle-ssh" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to adjust the deny.toml
with the new git sources.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: xphoniex <[email protected]>
bef4c29
to
7517325
Compare
Signed-off-by: xphoniex [email protected]