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
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