[CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread Tolun ARDAHANLI
Hi; I want to automatize random bytes generation for gpg. Cause it takes too much time for creating a key. What should I do? I have Centos5.2+Atmail e-mail server. Thanks a lot... -- Tolun ARDAHANLI Bilgisayar Muhendisi E-posta:[EMAIL PROTECTED][EMAIL PROTECTED] Icq:326600

Re: [CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread William L. Maltby
On Thu, 2008-07-10 at 13:56 +0300, Tolun ARDAHANLI wrote: Hi; I want to automatize random bytes generation for gpg. Cause it takes too much time for creating a key. What should I do? I have Centos5.2+Atmail e-mail server. Thanks a lot... man sslrand? snip HTH -- Bill

Re: [CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread Tolun ARDAHANLI
I want that every time the random bytes are prepared and waiting for use for gpg. thanks 2008/7/10 William L. Maltby [EMAIL PROTECTED]: On Thu, 2008-07-10 at 13:56 +0300, Tolun ARDAHANLI wrote: Hi; I want to automatize random bytes generation for gpg. Cause it takes too much time

Re: [CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread Ralph Angenendt
Tolun ARDAHANLI wrote: I want that every time the random bytes are prepared and waiting for use for gpg. How often do you create a new gpg key? And please trim your mails. Ralph pgpicJwrkKOb4.pgp Description: PGP signature ___ CentOS mailing list

Re: [CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread Tolun ARDAHANLI
It can be created every second... Cause we do not know when the users want to create these own keys... -- Tolun ARDAHANLI Bilgisayar Muhendisi E-posta:[EMAIL PROTECTED][EMAIL PROTECTED] Icq:326600 Tolun ARDAHANLI

Re: [CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread Ralph Angenendt
Tolun ARDAHANLI wrote: It can be created every second... Cause we do not know when the users want to create these own keys... Then they have to wait - or look why your system doesn't have a big enough entropy pool. What does cat /proc/sys/kernel/random/entropy_avail say? You need a enough

Re: [CentOS] How can I automate random bytes generation for CENTOS 5.2?

2008-07-10 Thread Tolun ARDAHANLI
2008/7/10 Ralph Angenendt [EMAIL PROTECTED] [EMAIL PROTECTED] : Tolun ARDAHANLI wrote: It can be created every second... Cause we do not know when the users want to create these own keys... Then they have to wait - or look why your system doesn't have a big enough entropy pool. What