Add command to your .bash_profile in home-directory. (~/.bash_profile)
Just use command sshkey
in terminal to copy your public-key to clipboard.
alias sshkey="pbcopy < ~/.ssh/id_rsa.pub" |
I'ts not really a good practice to post here your public key. It's not a good to share your key at all in the public domain! So you know!
Thanks @Stavorinus.
I deleted the comment from that user!
I'ts not really a good practice to post here your public key. It's not a good to share your key at all in the public domain! So you know!
Uh...no the whole point of a public key is to share it in the public domain (hence the name public key). Unless of course you meant your private key.
I'ts not really a good practice to post here your public key. It's not a good to share your key at all in the public domain! So you know!