Add SSH proxy authorization probe
This commit is contained in:
parent
f7e85960f7
commit
e145bb47cd
11 changed files with 333 additions and 17 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1135,6 +1135,7 @@ dependencies = [
|
|||
"geth-resource",
|
||||
"geth-secrets",
|
||||
"geth-ssh-identity",
|
||||
"geth-ssh-proxy",
|
||||
"geth-types",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
@ -1246,6 +1247,7 @@ dependencies = [
|
|||
"geth-resource",
|
||||
"geth-secrets",
|
||||
"geth-ssh-identity",
|
||||
"geth-ssh-proxy",
|
||||
"geth-store",
|
||||
"geth-types",
|
||||
"iroh",
|
||||
|
|
|
|||
Loading…
Reference in a new issue