Re: [paramiko] Unknown private key cipher AES-128-CBC

2010-09-09 Thread James Bardin
On Wed, Sep 8, 2010 at 6:49 PM, Robey Pointer robeypoin...@gmail.com wrote: It may be as simple as adding another line to the top of pkey.py, in the _CIPHER_TABLE:        'AES-128-CBC': { 'cipher': AES, 'keysize': 16, 'blocksize': 16, 'mode': AES.MODE_CBC } Could you try that and let me

[paramiko] Trouble installing -- is there an egg?

2010-09-09 Thread Steven Lehar
I'm having trouble installing on a Windows 64-bit machine. Downloaded http://www.lag.net/paramiko/download/paramiko-1.7.6.zip , unzipped and ran it, and it installed ...Python25\Lib\site-packages\paramiko-1.7.2\ build\ demos\ dist\ docs\ paramiko\ paramiko.egg-info\ tests\ (and

Re: [paramiko] Trouble installing -- is there an egg?

2010-09-09 Thread Tobias Mueller
Heya, On 09.09.2010 22:55, Steven Lehar wrote: import paramiko it imports without error. But if I exit python and start a whole new python session, then it does NOT work! import paramiko ...ImportError: No module named paramiko Can somebody tell me what I am doing wrong? Sounds