H How to use different SSH keys
December 12, 2018 — 2 Min Read
As a developer you might have to deal with SSH keys to access specific API/machines, and a common approach is to have one key for everything. For security reasons it’s good to use different ones so that if one of them is compromised the other services are safe and you don’t need to revoke and regenerate the keys for all your API/machines.
In this guide I will show you how to use a different SSH keys for each domain.