Forum Discussion
gewoonseba
2 years agoNew Contributor
Mac not picking up on ssh settings to use 1P
I'm trying to setup the SSH capabilites of 1P but am stuck in trying to get my mac to always use 1p for ssh.
I've added this code to my ssh config
Host *
IdentityAgent "~/Library/Group Cont...
Michael_Mercuri
12 months agoFrequent Contributor
Regarding needing to update SSH_AUTH_SOCK to work with ssh-add, that's how ssh-add and SSH agents in general are supposed to work. ssh-add does not use the ssh config file (~/.ssh/config).
I'm not sure what could be causing this:
but when I then then try and clone a repo, 1p is not triggered and I'm not authorized to cole the repo
Can you provide an example command you're running to clone a repo?
If you're using git clone, are you providing an ssh URL such as git@github.com:<user>/<repo>.git? You may also need to add an entry for the git user in your ~/.ssh/config like this (for GitHub):
Host github.com
HostName github.com
User git