diff workers/bin/setupTemplate.sh @ 3:be5de30147ab

just barely
author Henry S. Thompson <ht@markup.co.uk>
date Fri, 28 Sep 2018 12:29:29 +0000
parents
children 56d8823c68e0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/workers/bin/setupTemplate.sh	Fri Sep 28 12:29:29 2018 +0000
@@ -0,0 +1,10 @@
+#!/usr/bin/bash
+sudo adduser --disabled-password --GECOS "CC worker" cc
+sudo su cc
+cd ~cc
+mkdir .ssh
+chmod og-rw .ssh
+cd .ssh
+
+
+