Saturday, August 22, 2009

I’m getting PayPal receipts for transactions that I’m not authorizing. The purchases are going to this address:

1945 loring place
APT BSMT
bronx, NY 10453

Wednesday, August 19, 2009

git was giving me the following error:

key_read: uudecode [ssh junk here] failed

A blog post by Matthew Bass suggested clearing entries from ~/.ssh/known_hosts. But that didn’t work for me.

But I went into ~/.ssh and grepped for the “ssh junk” shown in the error message, and found it in an invalid ssh key file. I deleted the file from my ~/.ssh directory, and the git error went away.