#!/usr/bin/env bash # make sure host keys exist ssh-keygen -A # start sshd /usr/sbin/sshd -e -D "$@"