annotate workers/bin/setupTemplate.sh @ 29:2bde174fe9e2

as used for mergedWhich.x64700
author Henry S. Thompson <ht@markup.co.uk>
date Mon, 19 Nov 2018 18:31:21 +0000
parents 580221a17890
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
580221a17890 comment out a lot not needed for vmss
Henry S. Thompson <ht@markup.co.uk>
parents: 4
diff changeset
1 #!/bin/bash
3
be5de30147ab just barely
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
2 sudo adduser --disabled-password --GECOS "CC worker" cc
be5de30147ab just barely
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
3 sudo su cc
be5de30147ab just barely
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
4 cd ~cc
4
56d8823c68e0 pretty much complete...
Henry S. Thompson <ht@markup.co.uk>
parents: 3
diff changeset
5 ssh-keygen -P "" -q -t rsa -f /home/cc/.ssh/id_rsa
3
be5de30147ab just barely
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
6
be5de30147ab just barely
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
7
be5de30147ab just barely
Henry S. Thompson <ht@markup.co.uk>
parents:
diff changeset
8