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