Ticket #6102 defect closed wontfix
SSH sends sends key exchange packets too early
| Reported by: | crane | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | conch | Keywords: | SSH, Key Exchange, Difffie-Helmann Protocol |
| Cc: | z3p | Branch: | |
| Author: | Launchpad Bug: |
Description
Normaly an SSH connection should go this way:
1. Clients wants to connect
2. Server returns protocol/version
3. Clients sends a request for key exchange
4. Server sends keys (diffie-helman protocol)
Now in Conch SSH the server sends the keys without beeing asked:
1. Clients wants to connect
2. Server returns protocol/version
3. Server sends keys (diffie-helman protocol)
and now it's messed up.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

