| Summary: | challenge-response prompt is ugly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Pavel Kankovsky <peak> | ||||
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | 3.8.1p1 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Pavel Kankovsky
2004-07-21 07:45:20 AEST
Created attachment 691 [details]
patch fixing the problem
A challenge ending with ": " is used as a prompt without any modification.
"Response: " is appended to a challenge ending with a newline.
"\nResponse: " is appended to any other challenge.
Fixed by removal of SSHv1 code :P closing resolved bugs as of 8.6p1 release |