#!/bin/bash

C1=C
C2=("GENERATE SSH-RSA KEY")

function gen_ssh_key {

    exec_command --xterm "ssh-keygen -t rsa -f $HOME/.ssh/identity"

}
