DEV Community

Discussion on: How to setup multiple SSH keys for multiple git accounts (MacOS + Windows)

Collapse
 
psycho5 profile image
Sagar Baver • Edited

Thanks for putting this together in a nice and easy-to-follow tutorial.

The ssh agent may complain if you attempt to add a key whose file permissions are overly permissive. For instance, a 644 permission combination on a personal key returned the following error.
See dev-to-uploads.s3.amazonaws.com/up...

However, setting the permissions to 600 did the trick for me.