mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
moves
This commit is contained in:
parent
3124e6a2ab
commit
8a627949a3
23 changed files with 102 additions and 77 deletions
|
|
@ -8,6 +8,7 @@ rand = "0.8.5"
|
|||
cluelessh-connection = { path = "../cluelessh-connection" }
|
||||
cluelessh-transport = { path = "../cluelessh-transport" }
|
||||
tracing.workspace = true
|
||||
cluelessh-format = { version = "0.1.0", path = "../cluelessh-format" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
|
|
@ -266,7 +266,8 @@ impl ClientConnection {
|
|||
pub mod auth {
|
||||
use std::collections::{HashSet, VecDeque};
|
||||
|
||||
use cluelessh_transport::{numbers, packet::Packet, parse::NameList, peer_error, Result};
|
||||
use cluelessh_format::NameList;
|
||||
use cluelessh_transport::{numbers, packet::Packet, peer_error, Result};
|
||||
use tracing::{debug, info};
|
||||
|
||||
pub struct ServerAuth {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue