ahem, we need to actually look in the host subdir
authorStephen Gran <steve@lobefin.net>
Wed, 14 May 2008 21:27:10 +0000 (22:27 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 14 May 2008 21:27:10 +0000 (22:27 +0100)
ud-replicate

index 2e99d75..202d4b8 100755 (executable)
@@ -76,12 +76,14 @@ done
 ln -sf `pwd -P`/ssh-rsa-shadow /etc/ssh
 ln -sf `pwd -P`/ssh_known_hosts /etc/ssh
 
-if [ -e ssh-keys.tar.gz ]; then
+if [ -e ${HOST}/ssh-keys.tar.gz ]; then
   export TMPDIR='/tmp/' 
   tempdir=$(mktemp -d)
   old=$(pwd -P)
-  cd $tempdir && tar -xvf $old/ssh-keys.tar.gz
+  cd $tempdir && tar -xvf ${old}/${HOST}/ssh-keys.tar.gz
+  cd old
   mkdir userkeys 2> /dev/null || true
+  chmod 755 $tempdir
   rsync -av --delete-after $tempdir/ userkeys/
 fi