Translated message

A translation of this page exists in English.

Warning message

This translation is outdated. For the most up-to-date information, please refer to the English version.

Xmanager Tengo el siguient error "No matching outgoing encryption algorithm found"

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux 6
  • Xmanager build 193

Issue

  • Estoy usando XManager login en a desktop/Laptop con RHEL 6.5 pero obtengo el siguiente error cuando trato de conectarme mi servidor No matching outgoing encryption algorithm found

Resolution

/etc/ssh/sshd_config
#Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,arcfour
  • Cheque de nuevo la conexión y el cipher que esta usando y trate nuevamente de conectarse.

Root Cause

/etc/ssh/sshd_config
Ciphers
Specifies the ciphers allowed for protocol version 2. Multiple
ciphers must be comma-separated. The supported ciphers are:

               3des-cbc
               aes128-cbc
               aes192-cbc
               aes256-cbc
               aes128-ctr
               aes192-ctr
               aes256-ctr
               aes128-gcm@openssh.com
               aes256-gcm@openssh.com
               arcfour
               arcfour128
               arcfour256
               blowfish-cbc
               cast128-cbc
               chacha20-poly1305@openssh.com

         The default is:

               aes128-ctr,aes192-ctr,aes256-ctr,
               aes128-gcm@openssh.com,aes256-gcm@openssh.com,
               chacha20-poly1305@openssh.com

Xmanager build 193 y menor continen un bug que fue resuelto el la siguiente version 194 o superior
FIX: [Xshell] Encryption algorithm aes256-ctr added (No matching outgoing encryption algorithm found)
Causing the Xmanager can negotiate the algorithm with sshd server

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments