What is the problem you are having with rclone?
I have no problem with it Just need an advice. See below.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.2
- os/version: darwin 15.2 (64 bit)
- os/kernel: 24.2.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.3
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
blaze b2, scp / ssh
A piece of advice needed. I successfully configured rclone to pretty much conduct multiple scripted sync operations, sourcing multiple info from its encrypted config. Including ssh connection keys. Since I have that information already encrypted in the config, I was thinking about using it for regular ssh connections (a shell, not sync). That would save me few key files and key passwords, and let me rely on rclone config and pass.
Is it possible to extract ssh connection info and keys and initiate such connection either from within rclone or pass is externally?
Thanks.