Try to create a wrapper script which sets up an ssh-agent and adds the key, something like this:
#! /bin/bash eval $(ssh-agent) ssh-add ~/.ssh/your_rsa_key unison_command and launch that script as a recurrent (cron) job. - Gaute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097504 Title: Unable to schedule a recurring Unison job with cron or gnome-schedule To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-schedule/+bug/1097504/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
