#cloud-config disable_root: true users: - name: groot sudo: ALL=(ALL) NOPASSWD:ALL groups: wheel,sudo,adm shell: /bin/bash ssh_authorized_keys: - ${ssh_key} ssh_pwauth: false