Copy and paste the contents of the .pub file, typically id_rsa.pub, into the SSH key content field on the left. code example
Example 1: copy ssh keys
pbcopy < ~/.ssh/id_rsa.pub
Example 2: how to copy ssh key
ssh-copy-id -i ~/.ssh/mykey user@host