Skip to content

A few suggestions #35

Description

@sodiumchl

Thanks for the script!

Here are a few suggestions:
1> /dev/null should be > /dev/null
Otherwise, there is an error when running on MacOS.

Include correct email in key. Add the following in createKey():
KNAME=$(basename $KEY)
grep -q '@' <<< $KNAME || KNAME=$KNAME@$HOSTNAME
KEYEMAIL="-C $KNAME"

    COMMAND="$COMMAND $TYPE $BITS $KEYEMAIL $OUTPUT_DIR $PASS"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions