| Summary: | RP_ALLOW_STDIN flag to read_passphrase() not working as documented | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Allison Karlitskaya <allison.karlitskaya> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P5 | ||
| Version: | 8.6p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 3302 | ||
|
Description
Allison Karlitskaya
2021-05-28 19:27:56 AEST
I have just adjusted the comment to read:
> * Reads a passphrase from /dev/tty with echo turned off/on. Returns the
> * passphrase (allocated with xmalloc). Exits if EOF is encountered. If
> * RP_ALLOW_STDIN is set, the passphrase will be read from stdin if no
> - * tty is available
> + * tty is or askpass program is available
closing bugs resolved before openssh-8.9 |