Comparing files on two different machines.
cooper:~ scotbuff$ diff <(ssh -n gremlin cat /etc/passwd) <(ssh -n dungeonrat cat /etc/passwd)
Ever wrote a script on a particular machine and wanted to run it elsewhere without having to copy it out? SSH is the answer...
cooper:~ scotbuff$ cat buffsched.sh | ssh dungeonrat /bin/sh