Does OpenSSH 4.3 support the use of the TLS ciphersuites that are supported in OpenSSL? If so, is this a compile time option or a run-time option? Or can sshd support both the SSL and TLS ciphersuites at the same time? Jim Humphreys
On Thu, 6 Apr 2006, Humphreys, James wrote:> > Does OpenSSH 4.3 support the use of the TLS ciphersuites that are > supported in OpenSSL? > If so, is this a compile time option or a run-time option? Or can sshd > support both the SSL and TLS ciphersuites at the same time?OpenSSH doesn't use SSL or TLS - the SSH protocol defines its own transport protocol which is a little different. Have a look at the "Ciphers" and "MACs" options in ssh_config(5) to see what cryptographic methods are supported. -d
Apparently Analagous Threads
- your mail
- dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
- OpenSSH 4.3 support for TLS in OpenSSL 0.9.8
- BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
- Legacy MACs and Ciphers: Why?