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…