Skip to content Skip to sidebar Skip to footer

Ssh-key Used By Git Android Studio

I need to connect to an organization, and therefore need to provide a public ssh-key. However, I am unsure which ssh-key is in use by Android Studio. I find myself confused becaus

Solution 1:

For Mac users having trouble with ssh keys, I had to switch Android Studio to my "Native" SSH executable. Then it worked. See screenshot.

Set AS to use native

Solution 2:

A device has only one ssh-key for authenticating with GitHub.

So in this case, I needed to use the key generated by my GitHub-client, which authed all other programs using git from this client.

Post a Comment for "Ssh-key Used By Git Android Studio"