Created
June 22, 2017 07:18
-
-
Save olssonm/d9c7359c27f5e9d373701237c17f0e94 to your computer and use it in GitHub Desktop.
Quick shortcut to copy your ssh key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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