This commit is contained in:
nora 2024-08-25 23:26:57 +02:00
parent 3124e6a2ab
commit 8a627949a3
23 changed files with 102 additions and 77 deletions

View file

@ -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 {