The client displays challenge-response authentication (SSH 1) prompt in a rather ugly way (and IMHO somewhat confusing from the user's) way, e.g. $ ssh -1 host Password: Response: <cursor> or $ ssh -1 host Very long prompt including a line break <cursor> or even (the worst case) $ ssh -1 host Very long prompt including line breaks but lacking the terminal newline<cursor> I think it should look like $ ssh -1 host Password: <cursor> or $ ssh -1 host Very long prompt including a line break (maybe lacking the terminal newline) Response: <cursor>
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