Displaying 1 result from an estimated 1 matches for "ssh2_try_passwd".
2000 Sep 09
0
2.2.0p1 PATCH: ssh/scp/slogin will invoke ssh-askpass
...if someone who
uses skey would apply this patch and see if it works properly.
In the process of making this patch, I fixed a bug in the
ssh_askpass() function (it assumed the string read from the pipe to
ssh-askpass would always contain a trailing newline, which is a false
assumption).
Also, the ssh2_try_passwd() function appears to be broken, in that it
contains partial logic to prompt for the correct password multiple
times, but the flow of execution through the function guarantees that
it can never ask for the password more than once. I wasn't sure what
was intended here, so my patched version of...