Paste the contents of your SSH public key file here.
( Something like ~/.ssh/id_rsa.pub )
ℹ️ INFO: The tilde ~ here represents the user's home directory,
- Linux: /home/username
- Windows: C:\Users\username
- MacOS: /Users/username
The contents of this file should look similar to
ssh-rsa AAAAC3NzaC1l...Yqv== me@my-computer
If you wish, you can
generate a new SSH key pair using the ssh-keygen utility.