Secure Global Desktop Administration Guide > Security > Selecting a cipher suite for secure connections

Selecting a cipher suite for secure connections

Sun Secure Global Desktop Software allows you to specify the cipher suite used to secure connections with the Security Pack (SSL/TLS connections). The following suites are supported:

Cipher suiteClient

preference
OpenSSL nameJSSE name
RSA_WITH_AES_256_CBC_SHA1AES256-SHATLS_RSA_WITH_AES_256_CBC_SHA
RSA_WITH_AES_128_CBC_SHA2AES128-SHATLS_RSA_WITH_AES_128_CBC_SHA
RSA_WITH_3DES_EDE_CBC_SHA3DES-CBC3-SHASSL_RSA_WITH_3DES_EDE_CBC_SHA
RSA_WITH_RC4_128_SHA4RC4-SHASSL_RSA_WITH_RC4_128_SHA
RSA_WITH_RC4_128_MD55RC4-MD5SSL_RSA_WITH_RC4_128_MD5
RSA_WITH_DES_CBC_SHA6DES-CBC-SHASSL_RSA_WITH_DES_CBC_SHA

Connections between clients and Secure Global Desktop servers

To specify the cipher suites used for connections between clients and Secure Global Desktop servers, run the following command:

tarantella config edit --tarantella-config-security-ciphers cipher_list

Connections between Secure Global Desktop servers

To specify the cipher suites used for secure intra-array communication, run the following command:

tarantella config edit --tarantella-config-security-peerssl-ciphers cipher_list

About cipher suites

A cipher suite is a set of cryptographic algorithms used to:

A cipher suite specifies one algorithm for each of these tasks. For example, the RSA_WITH_RC4_128_MD5 cipher suite uses RSA for key exchange, RC4 with a 128-bit key for bulk encryption, and MD5 for message authentication.

Related topics