Jenkins ssh on remote

Aws linux slave node setup on Jenkins

Configure linux Slave node on Jenkins installed on windows machine

Why Slave Node As our Jenkins server is installed on a Windows machine, we would require a different agent to run a job on different OS which is linux in our case and on a remote machine i.e. aws ec2 instance in our case. This agent or node has to...