A bozo's blog
$ diff <(ssh -n george cat /etc/passwd) <(ssh -n kramer cat /etc/passwd)
This is just the Bash Process Substitution trick.