To setup your SSH key on your computer
- Type ssh-keygen -t ed25519 -C "<YOUR_NAME>@zambrero.com"
- Create a SSH config file to automatically load keys into the ssh-agent and store passphrases in your keychain
touch ~/.ssh/config
- Open the config file with your default text editor