| Summary: | SSH does not honor request to surpress echo for passwords | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Mike <sshbugzilla10> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | minor | CC: | djm |
| Priority: | P2 | ||
| Version: | 5.2p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Mike
2010-06-10 07:48:42 AEST
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. Move resolved bugs to CLOSED after 5.7 release |