Notes: ssh

Import your old ssh keys to new system.

  1. Place it in the right place
cp /path/to/my/key/id_rsa ~/.ssh/id_rsa
cp /path/to/my/key/id_rsa.pub ~/.ssh/id_rsa.pub
Read more…