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

2010-09-06 Thread Ludovico Fischer
command I have used to generate this key, but I don't think I did anything fancy. So it seems a bit strange that the cipher could be particularly unusual. Is this a bug with the distribution? Is there some library missing? -- Regards, Ludovico Fischer

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

2010-09-10 Thread Ludovico Fischer
for private key files: _CIPHER_TABLE = { +'AES-128-CBC': { 'cipher': AES, 'keysize': 16, 'blocksize': 16, 'mode': AES.MODE_ 'DES-EDE3-CBC': { 'cipher': DES3, 'keysize': 24, 'blocksize': 8, 'mode': DES3.MOD } -- Regards, Ludovico Fischer