Hi Expert,
Our client is asking us to disable ssh cipher cbc. We tried to use new feature started from R81.10 to disable it.
SMS and gateway running R81.10 are all work fine with this new feature and very easy to configure it.
But MHO140( R81.10SP JHF30 ) doesn't work as expected. Without any modification, there is no cipher enabled in the list. So we don't know which cipher is enabled currently.
Any suggestions ?
MHO-140-1> show ssh server cipher supported
--------------------------------
supported cipher:
--------------------------------
3des-cbc
aes128-cbc
aes128-ctr
aes128-gcm@openssh.com
aes192-cbc
aes192-ctr
aes256-cbc
aes256-ctr
aes256-gcm@openssh.com
chacha20-poly1305@openssh.com
rijndael-cbc@lysator.liu.se
--------------------------------
MHO-140-1> show ssh server cipher enabled
--------------------------------
enabled cipher:
--------------------------------
--------------------------------
Thanks!