Skip to content
zamotivator edited this page Feb 20, 2012 · 3 revisions

Create jenkins user

useradd jenkins && echo "jenkins

jenkins" | passwd jenkins

Sync ssh keys

rsync -avpr /root/.ssh ${HOST}:/home/jenkins/ ssh ${HOST} 'chown -R jenkins:jenkins /home/jenkins/.ssh'code

Clone this wiki locally