First off, thank you for using sshark.app
Simply type a username or key content to search:
merlindorinThis automatically expands to @username:{merlindorin*} | @key:{merlindorin*}
Use field prefixes with curly braces to search specific attributes:
@username:{merlindorin} — Search by username@key:{AAAAC3NzaC1lZD*} — Reverse lookup by key content@comment:{work} — Search in key commentsAll fields are tag fields and use curly brace syntax:
| Field | Description |
|---|---|
@id | Key identifier (UUID) |
@username | Owner username |
@source | Platform: github, gitlab, etc. |
@provider | Provider name |
@type | ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256 |
@key | Key content (base64) |
@comment | Key comment |
Filter by source platform or key type:
@source:{github} — Only keys from GitHub@source:{github|gitlab} — Keys from GitHub or GitLab@type:{ssh-ed25519} — Only Ed25519 keys| Pattern | Description |
|---|---|
@username:{merl*} | Wildcard — matches merlindorin, merlin, etc. |
@username:{merlindorin} | Exact match |
Have a key and want to find who owns it? Just paste the key content directly in the search box:
AAAAC3NzaC1lZDI1NTE5AAAAI...Or use the field syntax for more control:
@key:{AAAAC3NzaC1lZD*}