---
name: SSHKey
description: "SSH key pair manager. Generate new SSH key pairs, list existing keys, copy public keys to clipboard, check key fingerprints, add keys to ssh-agent, convert key formats, and test SSH connections. Simplify SSH key management from your terminal."
---

# SSHKey
Manage SSH keys without remembering flags. Generate, list, copy, test.
## Commands
- `generate [name] [type]` — Generate new key pair (ed25519/rsa)
- `list` — List existing SSH keys
- `fingerprint [keyfile]` — Show key fingerprint
- `copy [keyfile]` — Show public key for copying
- `test <host>` — Test SSH connection
## Usage Examples
```bash
sshkey generate myserver ed25519
sshkey list
sshkey fingerprint ~/.ssh/id_ed25519
sshkey copy
sshkey test github.com
```
---
Powered by BytesAgain | bytesagain.com
