Displaying 1 result from an estimated 1 matches for "hack_ssh".
Did you mean:
check_ssh
2003 Mar 27
2
[Bug 522] terse message prompt when ssh-add fails
...ase is being entered. It can be
difficult to tell which key the passphrase prompt was for.
Below is a simple patch to solve this problem. The solution lies with ssh-add,
since ssh-askpass is simply passing the text to the user.
thanks,
donfede
####################
donfede at xwing:~/projects/hack_ssh-agent/openssh$ cvs diff -u ssh-add.c
Index: ssh-add.c
===================================================================
RCS file: /cvs/openssh/ssh-add.c,v
retrieving revision 1.71
diff -u -r1.71 ssh-add.c
--- ssh-add.c 10 Mar 2003 00:21:18 -0000 1.71
+++ ssh-add.c 27 Mar 2003 04:36:59 -...