| Crates.io | vanity-ssh-rs |
| lib.rs | vanity-ssh-rs |
| version | 1.1.1 |
| created_at | 2025-06-14 14:34:28.933674+00 |
| updated_at | 2025-06-14 18:19:49.226189+00 |
| description | Generate SSH key pairs with custom patterns in the public key |
| homepage | |
| repository | https://github.com/mogottsch/vanity-ssh-rs |
| max_upload_size | |
| id | 1712401 |
| size | 85,083 |
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 mytopic
pattern: 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).