> So there is the difference in assigning stdin and stdout for ssh > connections. Openssh 4.3 assigns socket (I assume this socket points > to /dev/log but not really sure, I've got it from strace), and openssh > 5.3 assigns pipes. ... > I'm wondering is it expected behaviour? Is there way to assign pipes > in openssh 4.3 too? > Looked through code but I'm not very familiar with C programming. The most easy way is to *make* STDIN (and STDOUT) a pipe: $ ssh root@rhel5 'cat | /bin/ls -la /proc/self/fd | cat' _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev