#!/bin/sh

adduser -S -h /var/lib/safekeep safekeep
install -d -m 0700 -o safekeep -g nogroup /var/lib/safekeep/.ssh

exit 0
