Posted by:
ytyng
Category:
mac
1 year, 9 months ago
i2cssh は、iterm2 で複数サーバに同時にログインし、SSHペインを自動的に並べて同時操作ができるようになるツールです。
複数操作する対象のサーバに、同じ踏み台経由でログインするには
i2cssh -Xt=user@bastion.example.com "ssh user@server1.example.com" "ssh user@server2.example.com"
とします。