Send Input To All SSH Sessions
Sitas allows you to login several servers simultaneously, and forwards every key you typed to all sessions. Meanwhile sitas can switch into singlecast mode and every key you typed will be sent to current session only. Sitas can handle a subset of the more sophisticated ANSI escape code well, which means graphical applications like VIM are also supported.
$ make
Create a file:
user@host1
[email protected]
user@host2:2222
$ ./sitas -f file
Use CTRL + f
to enter control mode, after that, you can use these keys:
H: Show this help menu.
L: List all active sessions by ID => HOST pairs.
S/M: Switch between SingleCast and MultiCast mode.
Q: Quit.
A: Add new session.
P: Move to the prev session and toggle it current active.
N: Move to the next session and toggle it current active.
J: Jump to the session by ID and toggle it current active.