SSH client supports searching and selecting servers for batch login (trzsz.github.io) 3 points by LonnyWong 2y ago ↗ HN
[–] LonnyWong 2y ago ↗ Run `tmux` first, then run `tssh`, you can search and select servers configured in `~/.ssh/config`.`Enter` to log in selected servers in split panes.With `tssh -t -o RemoteCommand='ping -c3 trzsz.github.io ; bash'`, you can execute commands on selected servers.
1 comment
[ 4.9 ms ] story [ 17.1 ms ] thread`Enter` to log in selected servers in split panes.
With `tssh -t -o RemoteCommand='ping -c3 trzsz.github.io ; bash'`, you can execute commands on selected servers.