This repository has been archived on 2025-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
jenkins-config/create-keys.sh

6 lines
136 B
Bash

rm -f id_rsa
rm -f id_rsa.pub
ssh-keygen -t rsa -b 4096 -f ./id_rsa
(echo -n 'JENKINS_AGENT_SSH_PUBKEY=' ; cat id_rsa.pub) > agent.env