Setting up an SSH Config File

Recently I was building a Serverless project on AWS and had to configure the aws-cli with a new AWS account. I already had SSH keys for my personal account, but needed to add another set and didn’t know how to handle multiple sets of keys on macOS.

I found this Meteor Chef tutorial to be concise and extremely helpful. I now use it for managing multiple sets of keys on several products like GitHub and AWS.

Link: Setting Up An SSH Config File