Closed subcrew closed 2 years ago
You are comparing 2 things that are a little different
test.local
in one output and not the otherapssh won't have a mode that does exactly what pssh does in this case; you could get something similar by using the -o option to redirect the outputs, and the -m option to gather return codes
It is not exactly what you're asking for, but the closest to it without altering the code
I will keep this issue open, so that I can try and improve this next time I work on this module
as of 0.22.0 this has been addressed; see #17 for details
let me show a commad example
pssh's output will show three down status hosts(192.168.14.10 , 192.168.14.21, 192.168.14.29) with failure, but apssh's output show nothing about them's status.