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