mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-06 14:44:24 +08:00
removed a dbg!
This commit is contained in:
parent
8d8973b4e4
commit
7985f80a91
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue