Today I was faced with the following error message in Git:
key_read: uudecode AAAAB3NzaC1yc2EAAAABIwA
...
Nu6yT6+Ze/JzJiR3s2Azs1z5+5w==
failed
...
Nu6yT6+Ze/JzJiR3s2Azs1z5+5w==
failed
After asking Google without success I started searching for the key, listed in the message, on my file system. It seems my known_hosts file, locaed in the ~/.ssh/ folder, had an error in one of the listed lines: there were two entries (with the key listed above) in a single row. After deleting the line, the error message disapeared.
Problem fixed! ![]()
