[Bug 440] Protocol 1 server key generated at start up even when P1 not used
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sun May 18 02:03:46 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=440
bruno at wolff.to changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From bruno at wolff.to 2003-05-18 02:03 -------
The problem still exists in 3.6.1, but upon rereading what I posted,
I see I didn't describe the problem accurately.
The problem occurs when running sshd with the -i option with both
protocol 1 and protocol 2 enabled. If someone connects using protocol
2, the protocol 1 ephemeral key is still generated. You can see this
by running sshd with the -ddd option.
The ephemeral key generation is skipped if protocol 1 is disabled.
But when the -i option is used even if protocol 1 is enabled if the
current connection uses protocol 2 the generated ephemeral key will
never be used. Hence not generating it under those conditions seems
like a good idea.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list