Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: [OT] RSA Vs DSA keys for SSH authentication
Date: Mon, 09 Oct 2006 18:54:56
Message-Id: 200610091947.15914.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Re: [OT] RSA Vs DSA keys for SSH authentication by Remy Blank
1 On Monday 09 October 2006 16:59, Remy Blank wrote:
2
3 > DSA keys are always 1024 bits, as this is mandated by the standard. RSA
4 > keys can have variable length. From "man ssh-keygen":
5 >
6 > -b bits
7 > Specifies the number of bits in the key to create. For RSA keys,
8 > the minimum size is 768 bits and the default is 2048 bits. Gen-
9 > erally, 2048 bits is considered sufficient. DSA keys must be
10 > exactly 1024 bits as specified by FIPS 186-2.
11 >
12 > Another argument in favor of RSA is mentioned in the PuTTY FAQ:
13 >
14 > http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-dsa
15 >
16 > Personally, I use RSA keys because I want to use a 2048 bit key length.
17
18 Blast! I now need to reconsider my whole keying strategy. :-(
19
20 Thank you Remy for a quick and succinct response.
21
22 --
23 Regards,
24 Mick