Differences
This shows you the differences between the selected revisions of the page.
2021-06-24 | 2021-06-24 | ||
/info switch (martin) | move /info to the top (martin) | ||
Line 1: | Line 1: | ||
====== SSH Algorithms ====== | ====== SSH Algorithms ====== | ||
- | WinSCP supports the following algorithms with [[SSH]]: | + | WinSCP supports the following algorithms with [[SSH]]. |
+ | |||
+ | To see algorithms supported by your specific version of WinSCP, use [[commandline#info|''/info'' command-line switch]]. | ||
* Ciphers: 3des-cbc, 3des-ctr, des-cbc, des-cbc@ssh.com, aes128-ctr, aes192-ctr, aes256-ctr, aes128-cbc, aes192-cbc, aes256-cbc, rijndael-cbc@lysator.liu.se, arcfour128, arcfour256, blowfish-cbc, blowfish-ctr, chacha20-poly1305@openssh.com | * Ciphers: 3des-cbc, 3des-ctr, des-cbc, des-cbc@ssh.com, aes128-ctr, aes192-ctr, aes256-ctr, aes128-cbc, aes192-cbc, aes256-cbc, rijndael-cbc@lysator.liu.se, arcfour128, arcfour256, blowfish-cbc, blowfish-ctr, chacha20-poly1305@openssh.com | ||
Line 13: | Line 15: | ||
* Message authentication codes (MACs): hmac-md5, hmac-sha1, hmac-sha1-96, hmac-sha2-256, hmac-md5-etm@openssh.com, hmac-sha1-etm@openssh.com, hmac-sha1-96-etm@openssh.com, hmac-sha2-256-etm@openssh.com | * Message authentication codes (MACs): hmac-md5, hmac-sha1, hmac-sha1-96, hmac-sha2-256, hmac-md5-etm@openssh.com, hmac-sha1-etm@openssh.com, hmac-sha1-96-etm@openssh.com, hmac-sha2-256-etm@openssh.com | ||
- | To see algorithms supported by your specific version of WinSCP, use [[commandline#info|''/info'' command-line switch]]. |