Using cssh with an ssh clone

Posted by decimus phostle on Server Fault See other posts from Server Fault or by decimus phostle
Published on 2012-11-08T22:47:45Z Indexed on 2012/11/09 17:04 UTC
Read the original article Hit count: 154

Filed under:
|
|

Just had a quick question about using ClusterSSH(cssh) with a homegrown ssh-like/ssh-clone application which we use internally to connect to remote machines.

I tried using the ssh = /path/to/ssh_clone override in $HOME/.csshrc or /etc/csshrc (or even passing it via -C). Unfortunately running cssh with debug shows that it is still trying to connect to the remote machines as ssh -l user machine_ip instead of ssh_clone -l user machine_ip.

Any thoughts/suggestions on how to work around this would be greatly appreciated. TIA.

Edit: Version info

$ cssh -v
Version: 4.01_02

© Server Fault or respective owner

Related posts about ssh

Related posts about remote-access