🧪 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
❤️ 0
⬇️ 5
👁 1
Share

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 keys
  • fingerprint [keyfile] — Show key fingerprint
  • copy [keyfile] — Show public key for copying
  • test <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)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs