pssh -h host.txt -X cscuser /bin/bash<<< 'gnome-terminal;cat /etc/resolv.conf'
I tried to use this to open multiple terminal on my clients computers but I get errors like
[1] 14:34:31 [FAILURE] 10.20.10.214 Exited with error code 255
[2] 14:34:31 [FAILURE] 10.20.10.201 Exited with error code 255
I need to open terminals on my client's computer OR run top
commands to get CPU usage in parallel. How can I do this?