CodyKochmann
10/16/2015 - 4:34 PM

Easy ssh key generator to keep best practices simple to type

Easy ssh key generator to keep best practices simple to type

echo "enter the key name." \
&& read keyname \
&& cd ~/.ssh \
&& ssh-keygen -b 4096 -t rsa -f $keyname