2025/05/09追記:ONTAP9.12.1リリース以降この技が塞がれて 2025年現在ではdiagアカウントのロック解除を行う必要があります。diagアカウントへのパスワード設定は不要なのでそれほど手間ではないでしょう→「NetApp ONTAPから他サーバに気軽にsshできる穴がふさがれてしまった」
シリアル接続したNetApp上から他のサーバに対してSSH接続する方法
まず、diagモードになる
netapp1::> set diag
Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {y|n}: y
netapp1::*>
次に「system node systemshell -node localhost -command ssh ユーザ名@接続先」で接続する
netapp1::*> system node systemshell -node localhost -command ssh root@ホスト名
The authenticity of host 'xxxxxxx (xxxxxxx)' can't be established.
ECDSA key fingerprint is SHA256:IX4Bar+J8/eOeFoSu+QPIUWxxxxxxxxxxxxxI.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'xxxxxxx' (ECDSA) to the list of known hosts.
root@xxxxxxx's password:
Last login: Wed Apr 20 16:03:51 2022 from xxxxxxx
[root@xxxxxxx ~]#