#!/bin/dash die() { echo "$0: Error: $*" >&2; exit 1; } DEFAULT_PEM_FILE=/etc/ssh/ssh_host_rsa_key.pub if [ "$1" = -h ] then cat >&2 <