ssh-client
Installation
SKILL.md
ssh (client)
Secure remote access with strict host key verification and known_hosts management.
Prerequisite Check
Run this before proposing remote access steps:
command -v ssh >/dev/null 2>&1 || ssh -V
If ssh is missing, surface that first and point to scripts/install.sh or scripts/install.ps1. Do not suggest insecure fallbacks such as disabling host verification or using plaintext remote shells.
Quick Start
- Verify
sshis available:ssh -Vorman ssh - Establish the command surface:
man sshorssh -h - Start with connectivity check:
ssh -o BatchMode=yes -o StrictHostKeyChecking=accept-new host