Xmanager Tengo el siguient error "No matching outgoing encryption algorithm found"
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
-
Necesita Actualizar su version de Xmanager a la ultima version disponible
http://www.netsarang.com/download/down_live.html?productcode=5&majorversion=4&minorversion=0&buildnumber=192 -
Como solucion si usted tiene Xmanager build 193 or lower solo comente la linea de option de Ciphers:
/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