1
mirror of https://github.com/rclone/rclone synced 2025-03-27 11:02:44 +01:00
Zac Rubin f9306218f8 sftp: Fix SSH key PEM loading
For SSH authentication, `key_pem` should both override `key_file`
and not require other SSH authentication methods to be set.

Prior to this fix, rclone would attempt to use an ssh-agent
when `key_pem` was the only SSH authentication method set.

Fixes 
2020-06-12 22:46:33 +01:00
..
2020-05-12 15:56:50 +00:00
2020-06-05 14:51:05 +01:00
2020-06-05 14:51:05 +01:00
2020-01-18 10:41:08 +00:00
2020-06-10 12:28:48 +01:00
2020-06-12 22:46:33 +01:00
2020-05-20 15:54:51 +01:00