HomeBrowseUpload
← Back to registry
// Skill profile

sshkey

name: SSHKey

by ckchzh · published 2026-03-22

开发工具安全工具加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-sshkey
View on GitHub
// Full documentation

---

name: SSHKey

description: "Generate, list, copy, and test SSH keys without complex flags. Use when scanning keys, monitoring expiry, reporting fingerprints, alerting weak algorithms."

version: "3.0.1"

author: "BytesAgain"

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

tags: ["ssh","key","security","authentication","crypto","server","admin","devops"]

categories: ["Security", "System Tools", "Developer Tools"]

---

# sshkey

SSH key manager.

Commands

`generate`

Generate new SSH key (ed25519/rsa/ecdsa)

scripts/script.sh generate [type] [bits]

`list`

List all SSH keys

scripts/script.sh list

`fingerprint`

Show key fingerprint (MD5 + SHA256)

scripts/script.sh fingerprint <keyfile>

`info`

Detailed key information

scripts/script.sh info <keyfile>

`copy`

Copy public key to remote host

scripts/script.sh copy <user@host> [keyfile]

`test`

Test SSH connection

scripts/script.sh test <user@host>

`authorized-list`

List authorized keys

scripts/script.sh authorized-list

`authorized-add`

Add key to authorized_keys

scripts/script.sh authorized-add <pubkey>

`audit`

Security audit of SSH keys and permissions

scripts/script.sh audit

Requirements

  • ssh-keygen
  • ---

    *Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band