On 2/8/07, Philip Guenther <[EMAIL PROTECTED]> wrote:
My guess is that the one that accepts them is behind on its patches to OpenSSL.
So, get rid of that bogus 4096bit DSA key and put a normal 1024bit DSA
key or some RSA key in its place.
FWiW, ssh-keygen(1) documents:
-b bits
Specifies the number of bits in the key to create. For
RSA keys, the
minimum size is 768 bits and the default is 2048 bits.
Generally, 2048
bits is considered sufficient. DSA keys must be exactly
1024 bits as
specified by FIPS 186-2.
DS