Devops Tools

SSH Key Concepts and SSH Tunnel

Posted on

In this tutorial we will explore the SSH Key Concepts and SSH Tunnel. SSH use public/private key methods for authorization and authentication What is Public Key public key is like a lock. It’s not actually a key. it’s a lock you can make lots of copies of and distribute wherever you want. For example, if  I […]

Devops Tools

Installation of Packer

Posted on

In this blog, we will do the Installation of Packer Please follow the below steps Download the packer from here  INSTALLING PACKER ON MICROSOFT WINDOWS Create a directory like C:\packer and copy the executable file here. Add the packer path in your system path Open the powershell window and run the below command Packer is […]

Devops Tools

What is Packer

Posted on

A machine image is a static unit that contains a preconfigured operating system and installed software. You can use images to clone or create new hosts. Images help speed up the process of building and deploying new infrastructure. Images come in many formats, specific to various platforms and deployment environments. Previously, to built the servers […]