Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Using strong SSH cipher keys?

The latest version of WinSCP do support all those four algorithms.

We do not support old versions of WinSCP, but I believe that 5.9.3 did support them too (no guarantees). You should upgrade in any case.

Edit 2021: In recent versions of WinSCP, you can use /info command-line switch to list the algorithms it supports.
https://winscp.net/eng/docs/commandline#info
jonwrye

Using strong SSH cipher keys?

I wrote a .NET app a few years ago using the WinSCP assembly that transfers files to a SFMC server using SFTP. Recently, SalesForce notified users that they will be "enforcing the use of strong cipher keys with SFTP clients" and then proceeded to link to a misleading help document to "stay current on which ciphers are supported." Misleading because if I understand correctly, TLS and cipher suites have nothing to do with SFTP which uses SSH. Is this correct?

I did track down documentation on ciphers that they support and now am trying to determine if the version of the assembly that my application is using also supports these ciphers.

SFMC supports these ciphers:
aes256-cbc
aes256-ctr
aes128-cbc
aes128-ctr

I am using WinSCP version 5.9.3.7136 in my app – are these ciphers supported in that version?