Comment 2 for bug 1590081

Revision history for this message
LaMont Jones (lamont) wrote :

2016-06-08 13:01:15 [maasserver] ERROR: Invalid SSH public key
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/maasserver/models/sshkey.py", line 41, in validate_ssh_public_key
    key = Key.fromString(value.encode("utf-8"))
  File "/usr/lib/python3/dist-packages/twisted/conch/ssh/keys.py", line 118, in fromString
    raise BadKeyError('cannot guess the type of %r' % (data,))
twisted.conch.ssh.keys.BadKeyError: cannot guess the type of b'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHbdCD8RGTwodwdKnfnd6xOBjRMsh9AL+FTeSst2T9IkEeMhKr/dEr7mzFdHzkS1XvdpYCxQxJ4R5Ik4HCONLM= lamont@tigernut'