So I want to use the same SSH Public key to be able to authenticate across multiple Linux VMs that I’m building in Azure in Terraform. While I did find a lot of examples (including among Terraform example repo) of how to do it if you have the key stored on your local machine I couldn’t find (or didn’t search long enough) how to use an SSH key stored in Azure Key Vault while building Azure Linux VMs using Terraform.
Continue reading How to use an SSH key stored in Azure Key Vault while building Azure Linux VMs using TerraformTag Archives: linux
syslog-ng offline installation for CentOS/RHEL
Sometimes you work in environments where yum (or another package manager is not available), and you are expected to provide an offline installation of a product. In one case I had to provide a syslog-ng offline installation for CentOS
Continue reading syslog-ng offline installation for CentOS/RHELCentos – repair corrupt boot drive
After unexpected shutdown of my Mac, UTM VMs (that were running at that time) failed to start with following message “Entering emergency mode. Exit the shell to continue”,
After digging a little it turned out that the problem was a corrupt boot drive.
Continue reading Centos – repair corrupt boot drive