I recently ran into a problem that had two root causes : I had grown lazy about backing up my .htaccess file (relying instead on a WordPress backup plugin while forgetting that it doesn’t touch this file). A WordPress Update to 6.4.3 (the specific version may not be important). While I don’t do a lot …
Category: Linux
Nov 14
Google Cloud SSH Permission Denied Public Key
I recently ran into an issue with a Debian VM instance that had been upgraded from Stretch to Buster. Prior to the upgrade, the ssh via gcloud os login worked just fine. After the upgrade, however, every attempt resulted in a permission denied error. Now, there are a lot of posts and threads about this …