Mantis - openssh_client
Viewing Issue Advanced Details
5225 regular use crash always 2015-01-08 13:51 2015-01-08 13:51
peter-oliver  
 
normal  
new  
open  
none    
none  
0005225: Segmentation fault when talking to Sun SSH with AES CBC
An OpenSSH 6.6p1 client crashes after successful authentication on Solaris 11.1 when talking to a Sun SSH server using one of the following ciphers:

aes128-cbc
aes192-cbc
aes256-cbc

Note that Sun SSH on Solaris 9 does not support many ciphers, so aes128-cbc will be used by default in this case.
This issue can be worked around by specifying, for example:

ssh -o Ciphers=aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,rijndael-cbc@lysator.liu.se ...
Issue History
2015-01-08 13:51 peter-oliver New Issue

There are no notes attached to this issue.