diff options
author | Enno Gröper <groepeen@cms.hu-berlin.de> | 2014-02-11 13:04:11 +0100 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 13:58:10 -0800 |
commit | f92c519e91824e39601f69f7115b604f9318dd7a (patch) | |
tree | c902d674e1f3896f7ea8aec780162e243aa33f5c /sites/www/blog.rst | |
parent | 8f2d8c044463ef0620f91d4eafa118e4d6960b1c (diff) |
Fix Connection to Enterasys B2 Switch
Connecting to an Enterasys B2 Switch (using demo_simple.py) for an
interactive shell doesn't work:
Connected. Getting Shell...
DEBUG:paramiko.transport:[chan 1] Max packet in: 34816 bytes
DEBUG:paramiko.transport:[chan 1] Max packet out: 16384
bytes
INFO:paramiko.transport:Secsh channel 1 opened.
ERROR:paramiko.transport:Channel request for unknown
channel 0
*** Caught exception: <class 'paramiko.SSHException'>: Channel closed.
The channels gets opened with index 1 on client
(paramiko) side and index 0 on server (switch)
side.
Probably the switch doesn't support this and
replies to the pty request with a wrong channel
id. Because of that paramiko closes the
connection.
This can be solved (or worked around) easily by
initialising _channel_counter with 0.
This is what other clients, like openssh do.
I don't see a problem with initialising this
counter with 0.
Conflicts:
paramiko/transport.py
Diffstat (limited to 'sites/www/blog.rst')
0 files changed, 0 insertions, 0 deletions