Displaying 1 result from an estimated 1 matches for "this_file_does_not_exist".
2000 Jul 23
0
close then select of stderr fd in client (openssh)
...is 7, Slackware 7.0, Slackare 3.4, and Redhat 6.0 with all of them
being used as either client or server in various combinations. In all
cases protocol version 2 is configured.
Here is a simple example with Slackware 7.0 as client and server:
phil at procyon:/home/phil 1311> ssh izar 'ls this_file_does_not_exist'
ls: select: Bad file descriptor
phil at procyon:/home/phil 1312> ssh izar 'ls this_file_does_not_exist;sleep 1'
ls: this_file_does_not_exist: No such file or directory
phil at procyon:/home/phil 1313>
Another example with Solaris 7 client and Redhat 6.0 server:
phil at sirius:...