Add: gensshkey.sh

Former-commit-id: fe81541f1183f10c16443f4d9cd20b2c4f049faf
This commit is contained in:
silvernode 2018-03-15 04:01:29 -07:00
parent 4536e02ef6
commit 53d13213ba

7
gensshkey.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
case $1 in
-e ) ssh-keygen -t rsa -b 4096 -C "${2}";;
esac