List of supported ciphers, MACs, and KEX algorithms for SFTP

Greetings!

I'm trying to track down the list of supported ciphers, MACs, and KEXs Rclone uses for SFTP.

I understand none of those are user configurable (outside of enabling insecure options).

Is there a list of these items somewhere?

Thank you!

  • Tim

Sidenote, being able to configure what ciphers, MACs, and KEXs used within Rclone would be a great feature. :wink:

hello and welcome to the fourm,

have you seen these

https://forum.rclone.org/t/ssh-certificate-based-authentication-does-not-work/19222

https://forum.rclone.org/t/rclone-fails-ssh-handshakes-with-rsync-nets-sftp-when-a-known-hosts-file-is-specified/29206

These are basically the same ones supported by the go ssh library and I think looking in the constants section defines them all

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.