google-compute-image.nix: unconditionally clean up /root/key.pub /root/authorized-keys-metadata

This commit is contained in:
Russell O'Connor 2015-01-05 15:18:02 -05:00
parent b19ab1f046
commit 6382e16014
1 changed files with 1 additions and 1 deletions

View File

@ -150,8 +150,8 @@ in
echo "new key added to authorized_keys"
fi
chmod 600 /root/.ssh/authorized_keys
rm -f /root/key.pub /root/authorized-keys-metadata
fi
rm -f /root/key.pub /root/authorized-keys-metadata
fi
echo "obtaining SSH private host key..."