Claude Skill

Audit SSH servers and clients for weak algorithms and risky config drift with ssh-audit

Inspect an SSH endpoint or config for outdated ciphers, key exchange choices, and hardening gaps before exposure or upgrades.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_audit-ssh-servers-and-clients-for-weak-algorithms-and-risky-config-drift-with-ssh-audit-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/audit-ssh-servers-and-clients-for-weak-algorithms-and-risky-config-drift-with-ssh-audit
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Audit SSH servers and clients for weak algorithms and risky config drift with ssh-audit

Inspect an SSH endpoint or config for outdated ciphers, key exchange choices, and hardening gaps before exposure or upgrades.

Prerequisites

Python 3 or packaged binary, network access to SSH targets

Installation

Use the upstream install or setup path that matches your environment:

  • $ docker pull positronsecurity/ssh-audit

Requirements and caveats from upstream:

  • Docker Pulls
  • supports Python 3.9 - 3.13;
  • -m, --manual print the man page (Docker, PyPI, Snap, and Windows

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 1.8 KB
    ---
    name: "Audit SSH servers and clients for weak algorithms and risky config drift with ssh-audit"
    slug: "audit-ssh-servers-and-clients-for-weak-algorithms-and-risky-config-drift-with-ssh-audit"
    description: "Inspect an SSH endpoint or config for outdated ciphers, key exchange choices, and hardening gaps before exposure or upgrades."
    github_stars: 4164
    verification: "security_reviewed"
    source: "https://github.com/jtesta/ssh-audit"
    author: "jtesta"
    publisher_type: "individual"
    category: "Security & Verification"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "jtesta/ssh-audit"
      github_stars: 4164
    ---
    
    # Audit SSH servers and clients for weak algorithms and risky config drift with ssh-audit
    
    Inspect an SSH endpoint or config for outdated ciphers, key exchange choices, and hardening gaps before exposure or upgrades.
    
    ## Prerequisites
    
    Python 3 or packaged binary, network access to SSH targets
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - $ docker pull positronsecurity/ssh-audit
    
    Requirements and caveats from upstream:
    - [![Docker Pulls](https://img.shields.io/docker/pulls/positronsecurity/ssh-audit)](https://hub.docker.com/r/positronsecurity/ssh-audit)
    - supports Python 3.9 - 3.13;
    - -m, --manual print the man page (Docker, PyPI, Snap, and Windows
    
    Basic usage or getting-started notes:
    - [Usage](#usage)
    - [Server Standard Audit Example](#server-standard-audit-example)
    - [Server Policy Audit Example](#server-policy-audit-example)
    
    - Source: https://github.com/jtesta/ssh-audit
    - Extracted from upstream docs: https://raw.githubusercontent.com/jtesta/ssh-audit/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/jtesta/ssh-audit
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/audit-ssh-servers-and-clients-for-weak-algorithms-and-risky-config-drift-with-ssh-audit/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related