Skip to content

Instantly share code, notes, and snippets.

@prashantidealittechno
Last active August 3, 2018 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prashantidealittechno/9a12fbb90bc2f3d0225c7b34fcef7dcf to your computer and use it in GitHub Desktop.
Save prashantidealittechno/9a12fbb90bc2f3d0225c7b34fcef7dcf to your computer and use it in GitHub Desktop.
How to copy id_rsa.pub to you clipboard
pbcopy < ~/.ssh/id_rsa.pub
# Copies the contents of the id_rsa.pub file to your clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment