Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
2 years agossh agent does not list my keys despite $SSH_AUTH_SOCK set
I've seen previous discussions on this topic, https://1password.community/discussion/139077/ssh-agent-wont-list-my-keys, however my current configuration has all the bits in that discussion.
So, h...
Former Member
2 years agoFurther, the ssh-agent is started by launchd, the value of $SSH_AUTH_SOCK
is from that process. It's in the open files in the activity monitor.
When I list the services that launchd
starts with launchctl list
and then grep for the process ID of the ssh-agent
, it is started by com.openssh.ssh-agent
.
That seems to be a mac built in openssh agent per https://gist.github.com/vancluever/de1c3985c8f9e2a3c4bdc42a057e075e (I found the plist in /System/Library/LaunchAgents
) and https://discussions.apple.com/thread/7874675