[Bug 2155] sftp program has tty attributes setting problem

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Sep 30 21:58:03 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2155

--- Comment #12 from wzis <wzis at hotmail.com> ---
By right, a well behaved program should handle the echo only at the
necessary point: for example, to read password/passphrase, the echo
needs be turned off, but after that, echo should be recovered to what
user set. If the program wants to make sure a string be visible, it
should explicitly output it, not by turn on the echo when user wants to
turn it off. Only that way, both program can work properly and user's
requirement can be met.
We use that feature to give user a menu to download files, but not let
user see which files.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list