#!/bin/sh

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

exit 0
