I am able to connect to a remote machine using the following command:
/usr/bin/adm/pdsh -l root -w "loop"
pdsh>
but when I try to execute any command it gives following error:
pdsh> cd /var
loop: Permission denied, please try again.
loop: Permission denied, please try again.
loop: Permission denied (publickey,password).
pdsh@rushi: loop: ssh exited with exit code 255
Please, can anyone provide any solution to this? Thanks.