SSH algorithms supported in 5.9.1 using winscp.exe /info
I support a legacy application that uses WinSCP 5.9.1 and have been asked by one of our SFTP counterparties which SSH Key Exchange Algorithms, Ciphers, and MACs we support.
According to the documentation page https://winscp.net/eng/docs/ssh_algorithms, I should be able to determine these by running
However, running from a Windows cmd prompt starts up a WinSCP window, it does not print the algorithm info to the cmd console.
Can anyone please help me determine the SSH Key Exchange Algorithms, Ciphers, and MACs that version 5.9.1 supports?
According to the documentation page https://winscp.net/eng/docs/ssh_algorithms, I should be able to determine these by running
winscp.exe
with the /info
command line switch.
However, running
winscp.exe /info
Can anyone please help me determine the SSH Key Exchange Algorithms, Ciphers, and MACs that version 5.9.1 supports?