#!/bin/bash# This script is utilized by Makefile, it's not intended to be run by humans
cat<<EOF > user-data#cloud-configtimezone: US/Easterngrowpart: mode: autodisable_root: falsessh_pwauth: Truessh_import_id: [root]ssh_authorized_keys: - $(cat cidata.ssh.pub)users: - name: root primary-group: root homedir: /root system: trueEOF