You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On one macbook using mavericks I had no trouble doing ssh-add -c keys, symlinking the script to /usr/libexec/ssh-askpass and everything works as expected.
On two other machines, it appears that the ssh-agent can not execute /usr/libexec/ssh-askpass with identical permissions. It always fails with a message "Agent admitted failure to sign using the key." as if the ssh-askpass returned an exitcode of 1. Adding some debugging to the askpass script shows that it's not even being executed.
Is there something that you've come across that would prevent ssh-agent from executing /usr/libexec/ssh-askpass? I've tried running the ssh-agent with -d(ebug), however, the debug messages are completely nonsensical and useless on both the working machine and non-working machines. ie. it doesn't tell me if it executes the ssh-askpass program.
How can I troubleshoot this further? I have a good idea of how all these components work together and the process, but just can't figure out why one ssh-agent is not able to execute the askpass program, while another has no issues.