dd if=/tmp/somefile |ssh root@target_machine dd of=/tmp/someotherfile
In the message, it was being used to transfer a whole partition from one machine to another thusly:
dd if=/dev/sda |ssh root@target_machine dd of=/dev/disk_name
12/13/2004