Trying to do cert pinning but didn't find it in help and forum
A recent LEA attack on jabber.ru showed how vulnerable relying on signed certs is. So I wanted to additionally do cert pinning (only allow verified (by me) certs) but didn't find how to do it in docs and forum.
So how to do cert pinning with rclone?
Run the command 'rclone version' and share the full output of the command.
Something like that could go in rclone's dialler and have a file of OK certificate hashes (rather like a known_hosts file for ssh) to read the hashes from.
If we are talking PuTTY then we are talking ssh which has its known_hosts file and you can use that mechanism today in rclone
--sftp-known-hosts-file string Optional path to known_hosts file
That fully achieved what I want and was a great thing to have for SSL/TLS as well, maybe you could put it on the wish list?
Unfortunately many cloud storage vendors only provide SSL/TLS access.
I think certificate pinning is less useful than it used to be for SSL/TLS certificates, as the majority of SSL certs are changed every 30 days or so. Certainly all of the ones I'm in charge of are.