Skip to content

Instantly share code, notes, and snippets.

@olssonm
Created June 22, 2017 07:18
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 olssonm/d9c7359c27f5e9d373701237c17f0e94 to your computer and use it in GitHub Desktop.
Save olssonm/d9c7359c27f5e9d373701237c17f0e94 to your computer and use it in GitHub Desktop.
Quick shortcut to copy your ssh key
function copykey() {
pbcopy < ~/.ssh/id_rsa.pub
echo "Key copied!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment