Support encrypted native identity keys
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-13 15:26:31 -04:00
parent 55a0fc1ab4
commit f324a7627f
4 changed files with 287 additions and 20 deletions
+2 -1
View File
@@ -18,9 +18,10 @@ hkdf = "0.12"
hmac = "0.12"
portable-pty = "0.8"
rand = "0.8"
rpassword = "7.5.4"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
ssh-key = { version = "0.6.7", features = ["ed25519"] }
ssh-key = { version = "0.6.7", features = ["ed25519", "encryption"] }
tokio = { version = "1.41", features = ["full"] }
toml = "0.8"
vt100 = "0.15"