8.2.5P5へのアップグレード後、SSH用にCBCベースの暗号を使用してファイラーにログインできません
環境
- Data ONTAP 7-Mode 8.2.5P5を実行します
- SSH
問題
- CBCベースの暗号を使用してFilerにログインしようとすると、次のエラーが発生して失敗しました。
-bash-4.2$ pbrun ssh -oKexAlgorithms=diffie-hellman-group14-sha1 -c 3des-cbc root@filer01
Unable to negotiate with 10.10.10.xx port 22: no matching cipher found. Their offer: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr
- 異なる暗号を使用した同じFilerへのログイン試行に成功しました
-bash-4.2$ pbrun ssh -oKexAlgorithms=diffie-hellman-group14-sha1 -c aes128-ctr root@filer-01
filer-01>