Jenkins + SSH Keys = Automated Server Maintenance
May 19, 2022•176 words
Connect Jenkins to Deployment Environment Servers with SSH Keys The following are essential steps in connecting jenkins to a series of deployment servers, so Jenkins can automate some server maintenance tasks through Jenkins jobs. # following example assumes user 'devops' is running applications on # various deployment machine environments, and wants to give the jenkins # user SSH access to each machine in the environment # log in to the machine running jenkins and become root devops@jenkins...
Read post