#!/bin/bash
# Regenerate host keys now. XXX: Really should be a cloud-init task, should get
# that working.

set -eu
set -o xtrace

dpkg-reconfigure openssh-server
