hss

Interactive parallel SSH client for executing commands on multiple hosts

brewmacoslinux
Try with needOr install directly
Source

About

Interactive parallel SSH client

Commands

hss

Examples

Connect to multiple hosts and get interactive shell$ hss host1 host2 host3
Execute command in parallel on multiple hosts$ hss host1 host2 'uptime'
Connect to hosts matching a pattern from SSH config$ hss 'prod-*'