What ciphers, key exchange algorithms, key types/formats and lengths are supported by Control-M for Advanced File Transfer (AFT) 8.2.00 when transferring files over encrypted data channels using SFTP (SSH) or FTP over TLS (FTPS)? For AFT 8.0, refer to article 000287912For MFT, refer to article 000214495 |
For SSH (SFTP), AFT 8.2 supports the following:- MAC algorithms: hmac-md5, hmac-md5-96, hmac-sha1, hmac-sha1-96, hmac-sha-256 For FTP over SSL/TLS (FTPS):Since AFT 8.2 is using the standard Java security provider for SSL (over FTP), the complete list of ciphers, signature algorithms and key exchange algorithms supported can be found in the link:http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJSSEProvider Please look under “The SunJSSE Provider” section. The Signature Algorithm list is under the “Cipher Suites” section. The current version of Java used by MFT is JDK8, so look under that column. |