mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 00:45:06 +01:00
changes
This commit is contained in:
parent
5f203d0f5b
commit
dcba4931e5
23 changed files with 317 additions and 132 deletions
|
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
cluelessh-agent-client = { path = "../../lib/cluelessh-agent-client" }
|
||||
cluelessh-transport = { path = "../../lib/cluelessh-transport" }
|
||||
cluelessh-keys = { path = "../../lib/cluelessh-keys" }
|
||||
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
eyre.workspace = true
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use std::{io::Write, path::PathBuf};
|
|||
use clap::Parser;
|
||||
use cluelessh_agent_client::{IdentityAnswer, SocketAgentConnection};
|
||||
use cluelessh_format::Writer;
|
||||
use cluelessh_transport::key::PublicKey;
|
||||
use cluelessh_keys::public::PublicKey;
|
||||
use eyre::{bail, Context};
|
||||
use sha2::Digest;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue