Generate SSH key pairs with custom patterns in the public key.
# Install
cargo install vanity-ssh-rs
# Usage
vanity-ssh-rs <pattern1> [<pattern2> ...] [-t <threads>] [--ntfy <topic>]
# Examples
# Match any of several suffixes or regex patterns
vanity-ssh-rs yee woo "/(?i)hello/"
# Match with ntfy notification
vanity-ssh-rs yee woo --ntfy mytopicpattern: The pattern to match in the public key. Use/regex/for regex patterns, otherwise matches suffix. You can specify multiple patterns; any match will be accepted.--ntfy <topic>: Send a notification to the given ntfy.sh topic when a key is found (optional).