Comment 4 for bug 413850

Revision history for this message
Pug (pfaffflo) wrote :

I also get SSHException("Channel closed.") when I connect to an embedded NAS device using paramiko.

The strange things is:

 - it works when i connect for example to an linux host
 - exception thrown with paramiko 1.7.4
 - exception thrown with the patched channel.py (from above)

will attach the following:

1. log and traceback from paramiko 1.7.4
2. log and traceback from patched paramiko 1.7.5
3. log from ssh -vvv to both a linux host and the nas host ( did this to check if the nas device does something strange but personally I cannot see anything wrong)