Here's my workflow and pain point: In a terminal, I first use tmux and create 3 panes, sometime even more. In each pane, I do a two steps SSH to connect to the work server behind a bastion server. In each pane, I have to type several different passwords/tokens get connected. So it's quite time consuming to do it in all the tmux panes.
Is it possible that I can login in just one tmux pane and somehow "reuse" the connection in the rest panes, to save some hassle of repeated login?
PS.
- I am on windows and use MobaXterm, but can switch to other terminals if needed.
- The server doesn't have tmux installed.
- And the GNU screen on the server easily gets stuck for some reason, so I can't really use it.
Please kindly help. Thanks in advance!