perf: Migrated to libssh.org on Linux and MacOS for better ssh agent support.
Some checks failed
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled

closes #337
This commit is contained in:
veeso
2025-09-20 18:13:20 +02:00
parent 86660a0cc9
commit 205d2813ad
4 changed files with 38 additions and 4 deletions

View File

@@ -90,7 +90,10 @@ remotefs-ftp = { version = "^0.3", features = [
"native-tls-vendored",
"native-tls",
] }
remotefs-ssh = { version = "^0.7", features = ["libssh2-vendored"] }
remotefs-ssh = { version = "^0.7", default-features = false, features = [
"find",
"libssh-vendored",
] }
uzers = "0.12"
[target."cfg(target_family = \"windows\")".dependencies]