[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers] GPG keys
From: |
Nic Ferrier |
Subject: |
Re: [Savannah-hackers] GPG keys |
Date: |
18 Feb 2002 16:48:32 +0000 |
"Jaime E . Villate" <address@hidden> writes:
> However, I think a GPG key can be much larger than a server key (my GPG
> public
> key is currently 8627 bytes long, and growing everytime I get more
> signatures). A better option would be to save the GPG public key in the home
> directory of the user. The server keys also end up in the user's home
> directory after a script retreives them from the database; in the case of the
> GPG key we could save them directly in the home directory, without keeping a
> copy of it in the database (there might be some problem with writing
> permission for the user runing the php scripts).
That's what I thought... what I was really asking is "is the SSH key
saved somewhere else?" which you have answered. I should change my
code so that it stores the directory location of the key (or
something).
> > I won't attach the diff here... do I send it to a list?
>
> The problem is that we have too many pending tasks to work on this or to
> apply
> patches you send us. You will have to gain the courage to change the Savannah
> CVS repository on your own :-)
I've no problem with that... however, I would like to be able to test
my code first.
> > What I really want to know is if there is anywhere for me to test
> > this. To be honest, I don't want this change so much that I will go
> > to the trouble to setup a development savannah locally!
>
> Are you already in the Savannah project? the best way to test would be to
> write a script directly in Savannah. If you need root access we can also work
> it out.
>
I'm not a savannah developer right now. If I'm going to make these
changes I guess I'd need to be.
But what I really want is somewhere to test this code, does savannah
have a testbed?
Nic