Re: [paramiko] unknown cipher

2010-02-04 Thread Marcin Krol
james bardin wrote: On Wed, Feb 3, 2010 at 5:30 AM, Marcin Krol wrote: Hello everyone, I'm getting 'unknown cipher': Are you using the latest version of paramiko (1.7.6)? No. Silly me. I have upgraded to 1.7.6 and it works. Thanks, James! Performance-wise: time cssh.py -y /tmp/meddir -i

Re: [paramiko] unknown cipher

2010-02-03 Thread james bardin
On Wed, Feb 3, 2010 at 5:30 AM, Marcin Krol wrote: > Hello everyone, > > I'm getting 'unknown cipher': > Are you using the latest version of paramiko (1.7.6)? > while doing this: > >    def _get_transport(self): >        sock = socket.socket() >        sock.connect((self.ip,self.port)) >      

[paramiko] unknown cipher

2010-02-03 Thread Marcin Krol
Hello everyone, I'm getting 'unknown cipher': Traceback (most recent call last): File "/usr/local/lib/python2.6/threading.py", line 522, in __bootstrap_inner self.run() File "/var/www/html/cssh4.py", line 946, in run self.ssh_connect_for_scp() File "/var/www/html/cssh4.py", line