ssh -R 127.0.0.1:2210:127.0.0.1:22 user@somemachine
ssh user@host "cat foo.txt" | pbcopy
> One could perhaps set something up to forward a connection to a local daemon […] [but complexity]