Specify cipher from command line
I need WinSCP to use an AES GCM cipher when connecting to a host. Here is the command line that is executed. I have tried specifying both GCM and CTR ciphers but the log file shows that the cipher WinSCP uses is not affected by what is on the command line.
Another example trying to force AES CTR. Again, the log file shows that WinSCP ignores the ciphers parameter.
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /ciphers=aes256-gcm@openssh.com,aes128-gcm@openssh.com /log="E:\logs\WinSCP_UATTest_%date:~10,4%%date:~4,2%%date:~7,2%__%time:~0,2%%time:~3,2%%time:~6,2%.log" /script="E:\Scripts\Test_UAT.params"
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /ciphers=aes256-ctr /log="E:\logs\WinSCP_UATTest_%date:~10,4%%date:~4,2%%date:~7,2%__%time:~0,2%%time:~3,2%%time:~6,2%.log" /script="E:\Scripts\Test_UAT.params"