Created
August 28, 2014 14:16
-
-
Save nery/f7f5ab3ac61855ae7978 to your computer and use it in GitHub Desktop.
show and copy ssh public key
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
#!/bin/bash | |
cd ~/.ssh | |
echo "This is your key" | |
cat id_rsa.pub | |
pbcopy < id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment