[Bug 900] challenge-response prompt is ugly
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jul 21 07:45:21 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=900
Summary: challenge-response prompt is ugly
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: peak at argo.troja.mff.cuni.cz
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>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list