feat: ssh workflow

This commit is contained in:
2026-08-23 04:53:23 +05:00
parent 1555f0434e
commit 363a4a7e5b
8 changed files with 2119 additions and 105 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ anyhow = "1.0.104"
clap = { version = "4.6.6", features = ["derive"] }
colored = "3.1.1"
home = "0.5.12"
russh = { version = "0.62.7", default-features = false, features = ["ring", "rsa", "flate2"] }
serde = { version = "1.0.229", features = ["derive"] }
ssh2 = "0.9.6"
ssh2-config = "0.7.2"
tokio = { version = "1.53.1", features = ["rt", "time", "io-util"] }
toml = "1.1.4"
walkdir = "2.5.0"