mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 10:04:07 +02:00
fix ssh password auth
This commit is contained in:
parent
47335719f3
commit
b521da12c6
3 changed files with 9 additions and 9 deletions
|
|
@ -14,7 +14,7 @@ toml = "0.8.8"
|
|||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
camino = "1.1.6"
|
||||
petname = "1.1.3"
|
||||
thrussh = "0.35.1"
|
||||
thrussh = "0.34.0" # 0.35.1 broke password auth?
|
||||
thrussh-keys = "0.22.1"
|
||||
futures-util = "0.3.30"
|
||||
pretty_env_logger = "0.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue