#!/usr/bin/env bash

if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then
    DEBIAN_FRONTEND=noninteractive dpkg-reconfigure openssh-server
fi

