I am using cssh
to telnet into multiple hosts at the same time.
I have changed the ssh=/usr/bin/telnet
to point to the telnet program.
The problem I am facing is that each host uses different port for telnet.
I tried the following format but it did not work
cssh host1:100 host2:200 host3:300
How do I specify different port numbers for the different host?