#!/bin/sh mkdir $target/home/$username/.ssh; echo "$SSHKEY" > $target/home/$username/.ssh/authorized_keys;