Update a command in AWS instances (using ansible & ssh-agent)?
1) First, we need to start the ssh-agent (this program holds private keys for public key authentication) using the command.ssh-agent bash2) Now, we need to add the private key, along…
1) First, we need to start the ssh-agent (this program holds private keys for public key authentication) using the command.ssh-agent bash2) Now, we need to add the private key, along…