Re: [AD] I will rewrite... the web page :)

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Fri, Apr 13, 2001 at 11:01:36AM +0200, Grzegorz Adam Hankiewicz wrote:
> But that's bad, because I supose the only way to get files from
> cvs1:/cvsroot/alleg is with scp, right? That prompts a password check for
> every copied file.

Why do you want direct access to the repository?  Just use cvs:

    cvs -d gradha@xxxxxxxxxx co allegro

etc.  That's the command I used to generate that checkout.

Also, if you want to avoid entering passwords, use ssh-keygen to
create a public/private pair.  Upload the public one to
SourceForge (see your member page for how to do this), and store
the private one in your .ssh folder (called `identity').  Then
you can ssh to any of their servers without entering passwords.
This also affects cvs via ssh, so you can do cvs operations
without entering passwords.  Copy the private one to the
.ssh/identity file on the SourceForge shell server too, and
you'll be able to do cvs operations from there as well.  Or
generate a second private key for the shell server, and upload
the corresponding public one to your member page along with your
other public keys.

George

-- 
Random project update:
09/05/2000: Libnet 0.10.8 uploaded -- a few bugfixes
        http://www.canvaslink.com/libnet/  (try changes-0.10.8.txt)



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/