On 6 Feb 2002, Jack McKinney <jackmc-rsync at lorentz.com> wrote: > > #!/bin/sh > > eval `ssh-agent` > > ssh-add > > rsync foo bar > > rsync qux zump > > .. > > kill $SSH_AGENT_PID > > As I indicated, I do not want to use ssh-agent. For religious reasons? -- Martin