| Summary: | SSH_ASKPASS not working as expected | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jan Alphenaar <jan.alphenaar> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | CC: | djm, dtucker |
| Priority: | P2 | ||
| Version: | 4.6p1 | ||
| Hardware: | All | ||
| OS: | Cygwin on NT/2k/Win7-11 | ||
|
Description
Jan Alphenaar
2007-07-20 22:58:03 AEST
How are you specifying SSH_ASKPASS? Testing with env SSH_ASKPASS=/home/djm/bin/ssh\ askpass ssh-add </dev/null works for me as expected. ssh-askpass is invoked (in readpass.c) via execl(2) which has no quoting requirements, as Damien's example showed. With no further info there's nothing we can do. Close all resolved bugs after 7.3p1 release |