tmux-cssh
tmux-cssh copied to clipboard
ClusterSSH with tmux -- mirror of https://gitlab.com/peikk0/tmux-cssh
Hi, Set this up on my Ubuntu laptop with tmux v3 and it worked great. Tried same thing on CentOS system with tmux 1.8 and it failed. Tracked it down...
Currently it's impossible to connect to multiple ssh servers on the same IP but different ports. If I set option -o to specify the port, I cant set port of...
Starting tmux-cssh with the following command will result in this panel arrangement. $ tmux-cssh c{1..6} However if tmux is started and attaching the tmux-cssh with the -c option will result...
Previously, when running tmux-cssh from an existing session, it would reuse the current client. This is reasonable; nesting tmux sessions is generally not a good idea. However, when the ssh...
This is useful for `ssh-copy-id`, which is not trivial to replicate with ssh flags.
This makes it easier to tell which host is which, especially when running a non-interactive command with `-o RemoteCommand`. Before:  After: 