RSS Amplifier

kilotau.com on kilotau.com - reading, thinking, and learning · Feb 1, 2015

Juggling Multiple SSH Keys

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

You probably have some ssh key files ( ~/.ssh/id_rsa{.pub,} or similar) kicking around if you’ve ever needed to use a service that uses public key cryptography, like Github or Heroku. 
 These id_rsa and id_rsa.pub files are private and public key files that you should keep quite secure. 
 But they don’t have to be the only ones you ever use! In fact, it’s probably best to…

You probably have some ssh key files (~/.ssh/id_rsa{.pub,} or similar) kicking around if you’ve ever needed to use a service that uses public key cryptography, like Github or Heroku.

These id_rsa and id_rsa.pub files are private and public key files that you should keep quite secure.

But they don’t have to be the only ones you ever use! In fact, it’s probably best to have a separate pair of keys for each major service you use. At the very least, your personal keys and work-related keys should be different!

Read on /posts/2015-02-01-juggling-multiple-ssh-keys/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.