Copy Your SSH Key

pbcopy < ~/.ssh/id_rsa.pub

Copying your SSH Key to your clipboard is super easy. With the following command you can open up terminal and easily copy your SSH key:

pbcopy < ~/.ssh/id_rsa.pub

After this is copied to your clipboard, you can then paste your SSH public key where-ever you would like.

BETA Snippet explanation automatically generated by OpenAI:

No explanation generated yet.

Snippet By Dev Dojo

·

Created June 12th, 2021

·

Report Snippet