duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
896 stars 79 forks source link

Unable to parse hostname from "" #84

Closed stone212 closed 7 years ago

stone212 commented 7 years ago

I have a .clusterssh/clusters file that reads:

vpns = root@vpn1:21 root@vpn2:21 root@vpn3:21

/etc/hosts defines vpn1, vpn2, and vpn3. I can ping them by these hostnames

I type the following command:

cssh vpns

and I get the following feedback:

Opening to: = root@vpn1:21 root@vpn2:21 root@vpn3:21 Unable to parse hostname from ""

cqexbesd commented 7 years ago

You don't need the = character.

stone212 commented 7 years ago

Got it. Every page I had read on the subject said I did, but now that you're reorganized the docs I tried it and it worked. I actually just came here to close the ticket, which you've already done.

Thank you!