SSHException error on Windows7

Bug #988629 reported by Jason
258
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_event(self):
       self_event.wait()
      assert self.event.isSet()

      if self.event_ready:
         return
      e=self.transport.get_exception()
      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

Jason (ahjiefreak)
visibility: private → public
To post a comment you must log in.
This report contains Public Security information  
Everyone can see this security related information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.