mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 01:15:04 +01:00
start client
This commit is contained in:
parent
c0f9687696
commit
ff06ea5c72
14 changed files with 598 additions and 105 deletions
|
|
@ -1,3 +1,4 @@
|
|||
pub mod client;
|
||||
mod crypto;
|
||||
pub mod numbers;
|
||||
pub mod packet;
|
||||
|
|
@ -54,7 +55,7 @@ impl rand_core::RngCore for SshRngRandAdapter<'_> {
|
|||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! client_error {
|
||||
macro_rules! peer_error {
|
||||
($($tt:tt)*) => {
|
||||
$crate::SshStatus::ClientError(::std::format!($($tt)*))
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue