#!/bin/sh


# Fix the access rights
chmod o-w /home/$1/.ssh
chmod og-rwx /home/$1/.ssh/id_rsa
chown -R $1:maemosdk$2 /home/$1

exit 0

