Ssh Discovery banner
joestump joestump

Ssh Discovery

Testing community

Description

<!-- Governing: SPEC-0020 "SSH Probing Order", "SSH Connection Parameters" — probes root, manifest user, common defaults with BatchMode=yes and 5s timeout --> # Skill: SSH Access Discovery Discover the SSH access method for each managed host at the start of every monitoring cycle, before any health checks run. The result is a host access map that all tiers use to construct SSH commands for the rest of the run. ## When to Run Run once per cycle, after repo and service discovery (Step 2) and b

Installation

Installs to ~/.claude/skills/joestump-claude-ops-ssh-discovery/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joestump-claude-ops-ssh-discovery && curl -fsSL https://raw.githubusercontent.com/joestump/claude-ops/HEAD/skills/ssh-discovery.md -o ~/.claude/skills/joestump-claude-ops-ssh-discovery/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository