Created
September 17, 2012 18:12
-
-
Save delianides/3738857 to your computer and use it in GitHub Desktop.
SSH Key Gen
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
#!/usr/bin/env bash | |
#cd ~/.ssh; | |
echo "Changed to SSH dir...What is your email address?" | |
while read inputline do | |
echo "\r\r\r" | ssh-keygen -t dsa -C '$inputline' | |
echo ~/.ssh/id_dsa.pub > ~/Desktop/SendToDrew | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Drew?