Create SSH keys (Ubuntu)

Quick reference for creating SSH keys Creating the Key Run the following command in a terminal: Follow the steps and type a secure passphrase. Using the SSH agent Typing the passphrase every single time we use the key can be a bit exhausting, fortunately we can use a ssh agent to solve this problem. Run the following command in terminal …