private key
-
Azure
Setup Azure Linux Public Key Authentication
In working with Linux VMs in Azure, there are a couple of ways to setup authentication. One being standard password authentication, and the other is Public Key Autentication. With Public Key Authentication, a key pair is generated. The public key…
-
MySQL
How to troubleshoot MySQL connectivity issues
So you have setup a wordpress or drupal site and you need to access MySQL to be able to work on your database. However, you can’t seem to connect to MySQL as you expect. Each time you try to connect…