Skip to content

ssh-agent on mavericks (on some macs) doesn't seem to be able to execute /usr/libexec/ssh-agent #1

@kostecky

Description

@kostecky

Hi,

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions