mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
Use ssh2 config IdentityFile as fallback for key based authentication
This commit is contained in:
@@ -51,11 +51,12 @@ rand = "0.8.5"
|
||||
remotefs = "^0.2.0"
|
||||
remotefs-aws-s3 = "^0.2.0"
|
||||
remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] }
|
||||
remotefs-ssh = { version = "^0.1.1", features = [ "ssh2-vendored" ] }
|
||||
remotefs-ssh = { version = "^0.1.2", features = [ "ssh2-vendored" ] }
|
||||
rpassword = "6.0.1"
|
||||
self_update = { version = "0.30.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||
serde = { version = "^1.0.0", features = [ "derive" ] }
|
||||
simplelog = "0.12.0"
|
||||
ssh2-config = "^0.1.3"
|
||||
tempfile = "3.2.0"
|
||||
thiserror = "^1.0.0"
|
||||
toml = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user