jitty-scripts/gensshkey.sh

7 lines
73 B
Bash
Raw Normal View History

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