Add: gensshkey.sh
Former-commit-id: fe81541f1183f10c16443f4d9cd20b2c4f049faf
This commit is contained in:
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
|
Reference in New Issue
Block a user