Forked from chuckwagoncomputing/gist:4234127
Created
February 6, 2018 03:01
pbcopy ssh public key to your clipboard
This file contains hidden or 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
#pbcopy < ~/.ssh/id_rsa.pub | |
#or | |
cat ~/.ssh/id_rsa.pub | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment