mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
feat: add support for all ssh2 config parameters.
Achieved by bumping `remotefs-ssh` to `0.9`. Added support for these parameters: - Compression - Host key certificates - CA signature algorithms - keys to agents - ProxyJump - Server alive intervals - Agent forwarding - Remote forwarding - Bind address - Bind interface - Connection attempts - TCP Keepalive - Accepted public key algos - Certificate files Refs #441
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ remotefs-aws-s3 = "0.4"
|
||||
remotefs-gcs = "0.1"
|
||||
remotefs-kube = "0.4"
|
||||
remotefs-smb = { version = "0.3", optional = true }
|
||||
remotefs-ssh = { version = "0.8", default-features = false, features = ["russh"] }
|
||||
remotefs-ssh = { version = "0.9", default-features = false, features = ["russh"] }
|
||||
remotefs-webdav = "0.2"
|
||||
rpassword = "7"
|
||||
self_update = { version = "0.42", default-features = false, features = ["archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate", "rustls"] }
|
||||
|
||||
Reference in New Issue
Block a user