Re: Paramiko Question

2011-11-03 Thread MRAB
On 03/11/2011 09:22, Jacob Abraham wrote: Hi All, I need help with the below mentioned script. The second time I call a.execute, self.transport.open_session() fails with an EOF error. Is this a paramiko bug or am I doing something wrong? import paramiko class Connection(object): d

Paramiko Question

2011-11-03 Thread Jacob Abraham
Hi All, I need help with the below mentioned script. The second time I call a.execute, self.transport.open_session() fails with an EOF error. Is this a paramiko bug or am I doing something wrong? import paramiko class Connection(object): def __init__(self, host, username = None, passw