Jules Colding <[EMAIL PROTECTED]> writes:

> 2) Buildbot seems to require the program "ssh-askpass". This is not  
> available on darwin by default.

I think that is used to prompt for the passphrase of your ssh key when
it is not cached by ssh-agent.

I suppose it might also be used for password authentication when stdio
is not a tty, but I've never seen it do that.

Perhaps you should create a passphraseless ssh key specifically for
uploading the binary, and then set up .ssh/config to use that as the
default for zooko's host?  Here's an example .ssh/config stanza to use a
non-default key:

    Host crawl.akrasiac.org cao
      HostName crawl.akrasiac.org
      User joshua
      Compression yes
      IdentityFile /home/twb/.ssh/crawl.id_rsa

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to