SSHException error on Windows7
Bug #988629 reported by
Jason
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
paramiko |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
Recently, I tried using Paramiko SSH2 to remotely execute some tests. It is working fine for remotely executing test on Ubuntu machine. However, it doesn't work on Windows 7 host machine.
Below is the error that I received:-
def _unit_for_
assert self.event.isSet()
if self.event_ready:
return
e=
if e is None:
e = SSHException ('Channel closed.')
raise e
E SSHException: Channel closed.
I noticed there was this same bug in the previous release affecting WinXP.
Please advise how or what patch can i apply to fix this problem.
Thanks.
Regards,
Jason
visibility: | private → public |
To post a comment you must log in.