DEV Community

Discussion on: Why I Use SSH with Git

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

Let me guess, you use linux.

Because on windows or mac os* has in-built credential manager so you dont need to login every time in git.

  • not super sure about mac os
Collapse
 
patricnox profile image
PatricNox

I use both of Win and MacOS, never had to add an ssh key to github unless we talk private repositories thats not under my account.

Collapse
 
itsjzt profile image
Saurabh Sharma

So it works on mac too?