Differences
This shows you the differences between the selected revisions of the page.
ssh_algorithms 2018-04-30 | ssh_algorithms 2024-02-15 (current) | ||
Line 1: | Line 1: | ||
====== SSH Algorithms ====== | ====== SSH Algorithms ====== | ||
- | WinSCP supports the following algorithms with [[SSH]]: | + | WinSCP supports the following algorithms with [[SSH]]. |
- | ··* 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 | + | To see algorithms supported by your specific version of WinSCP, use [[commandline#info|''/info'' command-line switch]]. |
+ | |||
+ | * Encryption ciphers: aes256-ctr, aes256-cbc, rijndael-cbc@lysator.liu.se, aes192-ctr, aes192-cbc, aes128-ctr, aes128-cbc, chacha20-poly1305@openssh.com, aes128-gcm@openssh.com, aes256-gcm@openssh.com, 3des-ctr, 3des-cbc, des-cbc, des-cbc@ssh.com, blowfish-ctr, blowfish-cbc, arcfour256, arcfour128 | ||
* Compression formats: zlib, zlib@openssh.com, none | * Compression formats: zlib, zlib@openssh.com, none | ||
- | * Hostkey formats: ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521 | + | * Key exchange algorithms: GSSAPI key exchange (gss-curve25519-sha256, gss-nistp521-sha512, gss-nistp256-sha256, gss-group16-sha512, gss-group17-sha512, gss-group18-sha512, gss-group15-sha512, gss-group14-sha256, gss-gex-sha1, gss-group14-sha1, gss-group1-sha1), %%sntrup761x25519-sha512@openssh.com%%, curve448-sha512, curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group18-sha512, diffie-hellman-group17-sha512, diffie-hellman-group16-sha512, diffie-hellman-group15-sha512, diffie-hellman-group14-sha256, diffie-hellman-group14-sha1, rsa2048-sha256, rsa1024-sha1, diffie-hellman-group1-sha1 |
+ | |||
+ | * Host key algorithms: ssh-ed448, ssh-ed25519, ssh-ed25519-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, ssh-dss, ssh-dss-cert-v01@openssh.com | ||
- | * Key exchange protocols: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, rsa1024-sha1, rsa2048-sha256 | + | * Message authentication code (MAC) algorithms: hmac-sha2-256 (hmac-sha2-256-etm@openssh.com), hmac-sha2-512 (hmac-sha2-512-etm@openssh.com), hmac-sha1 (hmac-sha1-etm@openssh.com), hmac-sha1-96 (hmac-sha1-96-etm@openssh.com), hmac-md5 (hmac-md5-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 |