-
Notifications
You must be signed in to change notification settings - Fork 12
Add tmux-cssh as replacement for clusterssh #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Yeah, I had some bash aliases, basically:
alias ssh-jh='tmux-cssh domjudge-judgehost1 domjudge-judgehost2 ...'
alias ssh-servers='tmux-cssh domserver-primary domserver-backup ...'
alias ssh-all=...
alias ssh-analyst=...
We can also work on this onsite
2b441cf
to
c1e3b69
Compare
Yeah, I had some bash aliases, basically:
alias ssh-jh='tmux-cssh domjudge-judgehost1 domjudge-judgehost2 ...' alias ssh-servers='tmux-cssh domserver-primary domserver-backup ...' alias ssh-all=... alias ssh-analyst=...
We can also work on this onsite
I've added something like that now, went with shell scripts as that was easier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer jh
but if it is just me I can alias it 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with any comment, so feel free to push the right naming afterwards. I already changed the js
to jh
as it does indeed make more sense.
For the group take a look at the hosts file where subgroups do matter (so the group domserver
does contain everything in the group and the hosts from its children)
c1e3b69
to
d76a4e4
Compare
I can't find if there is an extra config but that can be easily added if @tuupke / @meisterT has such a thing.