Skip to content

Instantly share code, notes, and snippets.

@robert-claypool
Last active August 29, 2015 14:23
Show Gist options
  • Save robert-claypool/d6bef4e6f0ea5b666229 to your computer and use it in GitHub Desktop.
Save robert-claypool/d6bef4e6f0ea5b666229 to your computer and use it in GitHub Desktop.
SSH keys management advice
Use separate private keys *per origin* (e.g. one from your work computer and a separate one for your personal laptop).
The same is not true of destinations: One private key on your personal laptop can serve to access multiple destinations;
if that key is compromised, all other private keys stored on in the same directory will surely be compromised as well.
-- http://superuser.com/a/189485/13481
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment