Add: gensshkey.sh
Former-commit-id: fe81541f1183f10c16443f4d9cd20b2c4f049faf
This commit is contained in:
parent
4536e02ef6
commit
53d13213ba
7
gensshkey.sh
Executable file
7
gensshkey.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
case $1 in
|
||||
|
||||
-e ) ssh-keygen -t rsa -b 4096 -C "${2}";;
|
||||
|
||||
esac
|
Loading…
x
Reference in New Issue
Block a user