I had to make a factory reset to my Mac and now I'm configuring again all the development stuff I need like Ruby/Rails etc...
Next step is to configure git and my question is about my ssh key:
From my previous configuration I saved my private ssh key in a text file (I don't know if it was a good idea in terms of security but that's not the point), just copied it from my terminal and pasted it on a text file.
I would like to use that private ssh key again instead of creating a new public and private one. How can I do that? Do I have to create a new one and then replace it somehow for the one I saved time ago? if so, how?
If you can be very specific in your answer it would be very appreciated since this topic is not familiar to me.
Thanks a lot in advance!