Changes between Initial Version and Version 1 of Ticket #9
- Timestamp:
- 02/07/10 12:02:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Ticket #9 – Description
initial v1 2 2 This causes the session to remain "active" on the client despite the fact that it is really finished...[[BR]] 3 3 [[BR]] 4 Attempts at using TortoisePlink.exe, changing subprocess.Popen pipe options, etc.. have all failed. Need to start again with a fresh test case (Xming + plink + hardcoded command for testing). 4 This happens with all the clients we can use: TortoisePlink.exe, Plink.exe as well as openssh (via cygwin). 5 Looks like the clients refuse to shutdown whilst there is still a tunnel (the X display connection) so we may have to use a trick on the server and run the command via a wrapper which will take care of killing the ssh process when the command terminates.