Follow-up Comment #1, sr #105782 (project administration):

I figured out my problem. It has nothing to do with Savannah.

My ~/.ssh/id_dsa is not the one needed by Savannah. I need to use
~/.ssh/id_dsa_savannah. So In order to fix this I created this shell script
called ~/bin/ssh_savannah with these lines: 

#!/bin/bash
/usr/bin/ssh -i ~/.ssh/id_dsa_savannah $*

And then I set my CVS_RSH to point to this:
EXPORT CVS_RSH=~/bin/ssh_savannah

And everything works. Sorry for the ticket which I can't figure out how to
cancel. 

It might be good a good thing to note on 
   https://savannah.gnu.org/cvs/?group=libcdio
in case others run across the same problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?105782>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to