|
From: | Rocky Bernstein |
Subject: | [Savannah-help-public] [sr #105782] libcdio developer CVS access gives an error |
Date: | Sun, 25 Feb 2007 16:07:17 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20060911 SUSE/1.5.0.9-0.2 Firefox/1.5.0.9 |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |