On Wed, 18 Jan 2012 17:14:06 EST, "Jonathan E. Magen" writes: > File "/usr/lib/python2.7/dist-packages/paramiko/hostkeys.py", line 155, in >load > e = HostKeyEntry.from_line(line) > File "/usr/lib/python2.7/dist-packages/paramiko/hostkeys.py", line 67, in >from_line > key = RSAKey(data=base64.decodestring(key)) > File "/usr/lib/python2.7/base64.py", line 321, in decodestring > return binascii.a2b_base64(s) >Error: Incorrect padding
looks like a bug in paramiko: those last few lines indicate that paramiko has a problem scanning your ~/.ssh/known_hosts file. could you please move that file out of the way temporarily and try again? if that works, then either your known_hosts file is corrupt or suitably oddly formatted to confuse paramiko (maybe no trailing newline on the last line of the file?). regards az -- Alexander Zangerl + GnuPG Keys 0x42BD645D or 0x5B586291 + http://snafu.priv.at/ ...the freezer is full, and the body in the bathtub is starting to decompose. -- Tanuki on spammers
signature.asc
Description: Digital Signature

