running single command on multiple servers
I need the ability to (1) copy a single file to multiple servers. (2) run a single command on multiple servers. I found an application called pssh in the epel repository that works, but I do not have access to this repository on my prod network, but do have access to it on the dev network.
Is there a way to copy this application and install it without the use of a repository, or is there another application that provides the same function in the std rhel repoistories?
thank you