7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
case $1 in
|
|
|
|
-e ) ssh-keygen -t rsa -b 4096 -C "${2}";;
|
|
|
|
esac |