radicle-heartwood-lfs/radicle-remote-helper
Alexis Sellier 577b632056
Use `Signer::try_sign` in interactive contexts
In interactive (user) contexts, use `try_sign` instead of `sign`.

We also revisit the `Profile` by adding a `signer` method that can
fail, eg. if we couldn't connect to ssh-agent.

Finally, we replace `UnsafeSigner` with `MemorySigner`, which makes
use of `ssh::Keystore`.

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
2022-11-03 13:06:00 +01:00
..
src Use `Signer::try_sign` in interactive contexts 2022-11-03 13:06:00 +01:00
Cargo.toml radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00