#ヘッドノード Host kanri HostName xxx.xxx.xxx.xxx User username_kanri IdentityFile ~/.ssh/id_rsa #計算ノード Host node10 HostName 192.168.0.10 User username_node10 ProxyCommand ssh -W %h:%p kanri Host node11 HostName 192.168.0.11 User username_node11 ProxyCommand ssh -W %h:%p kanri #以下略