mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
changes
This commit is contained in:
parent
5f203d0f5b
commit
dcba4931e5
23 changed files with 317 additions and 132 deletions
|
|
@ -3,12 +3,14 @@ use std::collections::HashSet;
|
|||
use std::mem;
|
||||
|
||||
use auth::AuthOption;
|
||||
pub use cluelessh_connection as connection;
|
||||
use cluelessh_connection::ChannelOperation;
|
||||
use tracing::debug;
|
||||
|
||||
// Re-exports
|
||||
pub use cluelessh_connection as connection;
|
||||
pub use cluelessh_connection::{ChannelUpdate, ChannelUpdateKind};
|
||||
pub use cluelessh_transport as transport;
|
||||
pub use cluelessh_transport::{Result, SshStatus};
|
||||
use tracing::debug;
|
||||
|
||||
pub struct ThreadRngRand;
|
||||
impl transport::SshRng for ThreadRngRand {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue