-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Secretive agent flat out stopped working (Monterey 12.1, MBP14'21 M1) #282
Comments
Hey @rzwitserloot
Not in production builds, if you're comfortable opening it up in Xcode though, the agent is reasonably well-logged.
There's a (one v) log here you can check out, also on 12.1: #279. Basically what you're looking for is one of the keys you have locally being offered/accepted
|
"Have you tried turning it off and on again", huh. Yup, I should have known better and tried this. Apologies for not doing so - just Thanks for looking into it and doing me the kindness of at least leaving that embarrassingly obvious 'things to try' suggestion for last :) If I can reliably make that happen I'll crack open an Xcode build and see if I can get you a recipe to reproduce it. |
😆 I've definitely run into it myself and gotten confused as hell so don't beat yourself up too bad over it. Tracking this freeze separately as #283 just so it doesn't fall off my radar agin. |
Secretive the application runs fine and shows the keys, but doesn't appear to be doing anything - specifically,
ssh myserver
doesn't work anymore and I can't see anything at all about ssh even trying to use the agent when I runssh -vv
, but I don't know what that is supposed to look like if secretive IS working properly. I get no notifications.It worked fine immediately before I upgraded to monterey 12.1, but I was also messing with zsh and installed oh-my-zsh and, naturally, the OS update also meant a reboot, so it's possible that the upgrade to 12.1 is a red herring here.
Things I've checked:
.zshrc
contains the SSH_AUTH_SOCK variable.echo $SSH_AUTH_SOCK
shows this. If Ils
this, it's there.ps auxww
shows that SecretAgent is running.Host *
.ssh -i some_key_file
), that works fine.Things I'd like to know about:
ssh
, andgit
, but git uses ssh, I think, so that's still just the one tool.ssh -vv
shows anything at all about hitting that agent and using it? Presumably it will. A dump of whatssh -vv
should look like may help me figure out what's going on here.If there's any further information I can gather or anyone has a good idea on how to gather more information or stuff to try by all means of course.
Gracias, max, for an interesting project.
The text was updated successfully, but these errors were encountered: