removed a dbg!

This commit is contained in:
Eugene 2025-02-27 15:42:23 +01:00
parent 8d8973b4e4
commit 7985f80a91
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -545,7 +545,6 @@ impl RemoteClient {
}
SSHTargetAuth::PublicKey(_) => {
let best_hash = session.best_supported_rsa_hash().await?.flatten();
dbg!(best_hash);
#[allow(clippy::explicit_auto_deref)]
let keys = load_client_keys(&*self.services.config.lock().await)?;
let allow_insecure_algos = ssh_options.allow_insecure_algos.unwrap_or(false);