AttributeError: 'Ed25519Key' object has no attribute 'public_blob' #1071
Comments
It seems that It was deleted here 59f9a64#diff-87395d54ac5abc2ace279f1e60fe5fd9L66 |
Hrm, that means both A) there's a hole in our test suite and B) I probably needed to move that line to the top of |
Hrm we're testing basic connectivity with Ed25519 user keys. Ah! But since we need certs around to test that functionality, and certs get automatically loaded (as per OpenSSH compatible behavior), our test keys always load the certs & thus have |
Confirmed that once I do that, this error pops up, so now I can test the fix. |
This prevents non-cert-related tests from incidentally loading the certs, which was masking issues (re #1071)
Was removed earlier (because the 'initialization' of first impl was at END of method and thus broke main impl of cert loading) but neglected to add back to TOP of __init__, so broken anytime there is no cert in play. Fixes paramiko#1071
brew installed Python 2.7.13
paramiko (2.3.0)
bcrypt (3.1.3)
cryptography (2.0.3)
pyasn1 (0.3.6)
PyNaCl (1.1.2)
Downgrade to 2.2.2 fixed the problem.
The text was updated successfully, but these errors were encountered: