Pages

Saturday, January 21, 2012

ClusterSSH : Working With Multiple SSH Sessions Concurrently.

Requirement -

  1. General Purpose Linux OS (Mine is Fedora 16)
  2. Internet Connection
  3. Brain
Lately when I am doing testing with multiple Linux Servers, I need to ssh into a few servers and manage them simultaneously. And I get tired of typing same commands on the servers one after another. For example, If I want to change gateway on  all servers. I have to ssh to server , edit the config and restart network service on all servers.
I use a program called "ClusterSSH" to do that. It let you manage multiple servers via SSH concurrently.
Install ClusterSSH
sudo yum install clusterssh
Now ClusterSSH is ready on your system. Connect to multiple systems.
cssh server1 server2
Congrat! Now you can be lazy like me too. :P. I attached the screenshot to poke your interest.

No comments:

Post a Comment