#!/bin/sh # This script is called to signal the remote host that it is time to # mirror the archive. echo Signalling $1 ssh -2 -f -o"BatchMode yes" -o"user $2" "$1" -i $HOME/.ssh/id_dsa.debiansync sleep 1