I want to execute a command on remote host with et, and get the output. Similar to:
$ ssh "echo hi" > output.txt
but