🧪 Skills
Sshkey
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 k...
v1.0.0
Description
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." version: "1.0.0" author: "BytesAgain" tags: ["ssh","key","security","authentication","crypto","server","admin","devops"] categories: ["Security", "System Tools", "Developer Tools"]
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 keysfingerprint [keyfile]— Show key fingerprintcopy [keyfile]— Show public key for copyingtest <host>— Test SSH connection
Usage Examples
sshkey generate myserver ed25519
sshkey list
sshkey fingerprint ~/.ssh/id_ed25519
sshkey copy
sshkey test github.com
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!