| Summary: | Sample init script generating 1024 bit keys | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Iain Morgan <imorgan> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | 5.1p1 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1481 | ||||||
| Attachments: |
|
||||||
Fix applied for openssh-5.2, thanks! Close bugs fixed/reviewed for openssh-5.2 release |
Created attachment 1562 [details] Generate host keys using default key size While the default size for RSA (and RSA1) keys generated by ssh-keygen was changed to 2048 bits, some of the sample startup scripts explicitly generate 1024 bit keys. The use of '-b 1024' in these scripts seems unnecessary and undesirable. A trivial patch to fix contrib/caldera/ssh-host-keygen and contrib/suse/rc.sshd is attached.