Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoGetting SSH key support to work (macOS, version 8.6.0 beta)
I was interested to read the Blog post about the new SSH agent/key support, but, for the life of me, am apparently missing something obvious in getting it to actually work.
I have read through the...
Former Member
3 years agoThanks for the clarification. I did move the key to my Personal vault, and now it shows up in the agent, verified with ssh-add -l
. For some reason, though, I haven't been able to use it in ssh authentication. For example, I added the public key to my GitHub account, and then ran:
❯ ssh -T git@github.com
git@github.com: Permission denied (publickey).