Displaying 1 result from an estimated 1 matches for "funnyfarm".
2003 Oct 14
1
strange behaviour with ssh / stdin
hi,
i noted the following strange behaviour using ssh and linux. this is
probably a low-priority bug:
# ssh -V
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
# uname -a
Linux funnyfarm 2.4.21-20.1.2024.2.1.nptl #1 Fri Jul 11 06:04:52 EDT 2003 i686 i686 i386 GNU/Linux
# echo Hello | ssh frodo 'cat'
Hello
# echo Hello | ssh frodo 'cat /proc/self/fd/0'
cat: /proc/self/fd/0: No such device or address
# ssh frodo 'ls -l /proc/self/fd/0'
lrwx------ 1 root...