| Summary: | ssh-keygen is generating 2048 bit keys by default | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Russell Conner <rgconner> |
| Component: | ssh-keygen | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 4.2p1 | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
|
Description
Russell Conner
2006-03-23 05:07:29 AEDT
I think this is already fixed in 4.3, can you reproduce it with that version? $ ssh -V OpenSSH_4.3p2, OpenSSL 0.9.7f 22 Mar 2005 $ ssh-keygen -t dsa -f tmpkey -N '' Generating public/private dsa key pair. [...] $ openssl dsa -in tmpkey -text -noout |head -2 read DSA key Private-Key: (1024 bit) I do not have that version installed, I will do so and test on a sandbox in the morning. Confirmed no issue in latest releases. Thank you, I searched for a bug fix and did not find one. No problem, closing bug. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |