John Johnson wrote:
Believe it or not, this works:
ssh mythtv@dell "cat ~/test_file" | mate | ssh mythtv@dell "cat
~/test_file"
From this, I tried doing
<file ssh stibbons mate >newfile
(the syntax is correct, though a bit weird), but I get “mate: failed to establish connection with TextMate”. Sounds like a reasonable security measure on Apples side not to allow programs started from remote to connect to those running locally, but ... is there a way to do it anyway? :-) (I know I could set up a local server over named sockets or tcp that would invoke mate, but that seems a little over the top.)
Regards, Christopher