First check that we have an ssh key. Type this in your terminal:
pbcopy < ~/.ssh/id_rsa.pub
If you get no error message, SUCCESS! Go to onetimesecret.com, paste your clipboard, and send me the link provided.
If you get the error: "No such file or directory"... follow these steps:
- Open Terminal.
- Paste the text below, substituting in your email address.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
This creates a new ssh key, using the provided email as a label.
- When you're prompted to "Enter a file in which to save the key," press Enter. This accepts the default file location.
- When you're prompted to type a secure password, press Enter both times. (No password)