| Summary: | Missing terminating CR in identification string (RFC non-compliance) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Alex R <alexreg> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | dtucker | ||||
| Priority: | P2 | ||||||
| Version: | 4.7p1 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1452 | ||||||
| Attachments: |
|
||||||
|
Description
Alex R
2008-02-27 05:14:28 AEDT
Created attachment 1523 [details]
Send and receive proto banners with CR LF for proto 2
This patch changes the banner to use CR LF when running as a pure protocol 2 server (which is the default for new installs these days) and in the client when it's talking to a server with protocol 2 (regardless of whether or not the server advertises 1.99 or 2.0).
It doesn't change the behaviour when acting as a protocol 1.5 or 1.99 server, or as a 1.5 client.
This will need serious interop testing, though.
Thanks for the report. The patch has been applied and this change will be in the 5.1 release. Mass update RESOLVED->CLOSED after release of openssh-5.1 |