bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-09 21:48 UTC
[Bug 1779] New: SSH does not honor request to surpress echo for passwords
https://bugzilla.mindrot.org/show_bug.cgi?id=1779 Summary: SSH does not honor request to surpress echo for passwords Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: sshbugzilla10 at illuminatus.org I've tried this on multiple versions of SSH, but the most recent is 5.2p1, tested on Linux and Solaris. When passing a command on the command line that requires a secondary password, ssh echos the password to the console. For example: ssh me at example.com "mysqldump -u root -p mysql" > file.sql Will result in asking me for the ssh password correctly and then echoing the mysql password to the console. I believe it should not do that. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-10 03:26 UTC
[Bug 1779] SSH does not honor request to surpress echo for passwords
https://bugzilla.mindrot.org/show_bug.cgi?id=1779 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Damien Miller <djm at mindrot.org> --- This behaviour is expected. When you specify a command on the ssh command-line you turn off TTY allocation, which is necessary to suppress keyboard echo. You can force the use of a TTY using the -t flag to ssh. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jan-24 01:33 UTC
[Bug 1779] SSH does not honor request to surpress echo for passwords
https://bugzilla.mindrot.org/show_bug.cgi?id=1779 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> 2011-01-24 12:33:30 EST --- Move resolved bugs to CLOSED after 5.7 release -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.
Possibly Parallel Threads
- rails 4 logging during development, surpress asset messages?
- surpressing tickmarks / labels x-as for two sets of boxplot (plotted as stacked boxplots)
- surpress dial tone on TDM400p
- Surpress one panel in lattice plot..?
- [Bug 1779] New: Dummy bug #1 (filed on request)