fix: print actual reason for failed host params collecting

previously, we didn't show any reason for failed collecting of host params in the auth form, but just a generic message

refs #441
This commit is contained in:
Christian Visintin
2026-09-01 12:52:10 +02:00
parent 2bbe560ec5
commit 9fbd617f88
4 changed files with 173 additions and 592 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
shellexpand = "3"
simplelog = "0.12"
ssh2-config = "0.7"
ssh2-config = "0.8"
tempfile = "3"
thiserror = "2"
tokio = { version = "1", features = ["rt"] }