zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.72k stars 636 forks source link

openssh_tunnel does not take password authentication if first password is wrong #620

Open SylvainCorlay opened 9 years ago

SylvainCorlay commented 9 years ago

When connecting to a remote kernel with

ipython qtconsole --ssh=host --existing connect_info

if the first password attempt is incorrect, the following attempts won't work event if one enters the correct password. Ping @ccordoba12, @minrk .

lusitania commented 9 years ago

I assume your issue is on ipython and not on pyzmq/zeromq? Hit the wrong channel?

SylvainCorlay commented 9 years ago

The problem occurs in pyzmq. This example is just the simplest way to reproduce the issue.