cannot SSH to HP switch - comware OS

hi

I am trying to use the /system ssh client on RouterOS to access a HP switch on my LAN running Comware OS v5.

When I ssh I am immediately bounced back to the cmd line on the Mikrotik

[admin@Tim-HexLite] > /system ssh 192.168.0.10 user=admin port=22

Welcome back!
[admin@Tim-HexLite] >

I turned on SSH logging and it shows:

13:42:44 ssh,debug can't agree on: 
13:42:44 ssh,debug cl: aes256-ctr,aes192-ctr 
13:42:44 ssh,debug sl: aes128-cbc,des-cbc 
13:42:44 ssh,debug hmac-sha1 hmac-sha1 none none  
13:42:44 ssh,debug can't agree on KEX algorithms 
13:42:44 ssh,debug code 0x02000003 closing..

Any idea on how to make them work with each other?

Thanks

disable /ip ssh strong-crypto. It disables week ciphers, ones that are used by the other end.

thanks - it works!