vanity-ssh-rs

Crates.iovanity-ssh-rs
lib.rsvanity-ssh-rs
version1.1.1
created_at2025-06-14 14:34:28.933674+00
updated_at2025-06-14 18:19:49.226189+00
descriptionGenerate SSH key pairs with custom patterns in the public key
homepage
repositoryhttps://github.com/mogottsch/vanity-ssh-rs
max_upload_size
id1712401
size85,083
Moritz Gottschling (mogottsch)

documentation

README

vanity-ssh-rs

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).
Commit count: 32

cargo fmt