Comment 1 for bug 70081

Revision history for this message
Robey Pointer (robey) wrote : Re: [Bug 70081] Re: Client doesn't die after server session hang up

On 3 Nov 2006, at 8:11, coldas57 wrote:

> ** Description changed:
>
> If you have a shell client session opened, in idle state, and the
> server
> closes this session (IdleTimeout), when you try to launch a new
> command
> through the shell, the client does not return anymore.
>
> You can test it opening a ssh shell session against an ssh server
> and
> afterwards kill that session and then try to send a command. The
> client
> hangs and does not return.
>
> If you have a look into channel.py, you will see that Channel
> class in
> send method calls _wait_for_send_window(...) method, where it
> seems to
> be the problem.

I can't reproduce this on OSX by either closing the SSHClient or kill
-9'ing the sshd process. Could you give me a more specific way to
reproduce it?

Also, what does paramiko log when the server disconnects?

robey