How to send someone my (already generated) github public rsa key (send key or .pub file?)

I just installed Githuband generated mine ssh keys. I need to give the public to rsasomeone so that they can allow me access to their git repository. send a message

a) all of my file .pub,

b) the contents of the file .pubor

c) key that I see when I go into Githuband turn to the ssh-keys (like this: id_rsa (22:ac:74:6b:a7:d9:14:a5:32:8f:08:c5:51:1b:49:lk)

+5
source share
2 answers

Send the contents of id_rsa.pub or the file id_rsa.pub. Anyway. (Also: Remember, never send your private key.)

+9
source

All Articles