radicle-heartwood-lfs/radicle-ssh
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 Add SSH functionality with new `radicle-ssh` 2022-10-03 10:34:59 +02:00
LICENSE Add SSH functionality with new `radicle-ssh` 2022-10-03 10:34:59 +02:00