0
votes
2answers
211 views
Calling fgets() on popen() of ‘ssh’ is flushing the beginning of stdin of the calling process (ptty issue)
Hello,
I have now whittled this down to a minimal test case. Thus far I have been able to determine that this is an issue related to pseudo-terminals which come about with the pipe of ssh. Adding …
1
vote
2answers
85 views
How can the master pty detect if a slave tty has exited?
I am using BSD style pty/tty pairs to implement running a sub shell. When the user exits the sub shell, how do I detect in the master process that this has occurred? I am using select(nfds, …
