I am trying to install a mercurial-server on my pogo v2. I installed mercurial-server from AUR (along with the python and mercurial dependenies. I have sshd running on the box. I have been trying to follow this tutorial http://dev.lshift.net/paul/mercurial-server/docbook.html. I think my problem may be in the way the SSH keys are being handled. I can log in to the server without a password, using my ssh public key. When I do
$this->bbcode_second_pass_code('', 'ssh-add -L')
however I see:
$this->bbcode_second_pass_code('', 'The agent has no identities')
That just doesn't seem right, what should the output be? I can't figure out from the man pages and some searching what should be happening so I can't diagnose where the problem lies any further than this.
Any suggestions are appreciated.
thomas