#!/bin/sh
set -e

bin=$SNAP/sshpiperd
key=$SNAP_COMMON/host_rsa_key

$bin genkey > $key
