Skip to content
New issue

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 apparently no longer works #53

Open
simmel opened this issue May 15, 2024 · 1 comment
Open

launchctl stop apparently no longer works #53

simmel opened this issue May 15, 2024 · 1 comment

Comments

@simmel
Copy link
Collaborator

simmel commented May 15, 2024

Dunno how long this has been but at least in 14.4 and 14.5 launchctl stop no longer works:

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.

@simmel
Copy link
Collaborator Author

simmel commented May 15, 2024

@edmundcraske what output does launchctl list | grep ssh; launchctl getenv SSH_ASKPASS give you?

Also, does pkill -f ssh-askpass && ssh-add -c and then ssh to your host work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant