We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
launchctl stop
Dunno how long this has been but at least in 14.4 and 14.5 launchctl stop no longer works:
14.4
14.5
kaka:~$ launchctl stop com.openssh.ssh-agent Not privileged to stop service. kaka:~$ !1! echo $? 1 kaka:~$
which means that our .plist no longer works as it should.
.plist
The text was updated successfully, but these errors were encountered:
@edmundcraske what output does launchctl list | grep ssh; launchctl getenv SSH_ASKPASS give you?
launchctl list | grep ssh; launchctl getenv SSH_ASKPASS
Also, does pkill -f ssh-askpass && ssh-add -c and then ssh to your host work?
pkill -f ssh-askpass && ssh-add -c
Sorry, something went wrong.
No branches or pull requests
Dunno how long this has been but at least in
14.4
and14.5
launchctl stop
no longer works:which means that our
.plist
no longer works as it should.The text was updated successfully, but these errors were encountered: