Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Security Analysis
high confidenceThis is an instruction-only SSH reference that is internally consistent with its stated purpose; it contains sensitive-but-expected guidance (private-key and system-config operations) and has no install or credential demands.
The skill's name/description match the SKILL.md content (SSH commands, key management, tunneling, transfers). Minor incoherence: the SKILL.md metadata lists a required binary ("ssh") but the registry metadata reported no required binaries. This is a small mismatch in metadata, not a functional red flag.
Instructions are focused on SSH usage and configuration (ssh, ssh-keygen, ssh-agent, scp, sftp, rsync, editing /etc/ssh/sshd_config, and ~/.ssh/*). These touch sensitive files (private keys in ~/.ssh and system SSH daemon config) which is expected for an SSH guide, but you should not run these commands blindly. There is no instruction to collect unrelated system data or to transmit secrets to third-party endpoints.
No install spec or code files are present (instruction-only). Nothing is downloaded or written by the skill itself.
The skill requests no environment variables or credentials. It does instruct operations on sensitive files (private keys, /etc/ssh/sshd_config), which is proportional to an SSH tutorial but requires care from the user/agent when executed.
always is false and the skill is user-invocable; it does not request permanent presence or elevated platform privileges.
Guidance
This is a plain SSH command/reference (no code bundled). It does not request credentials or install anything, but many commands operate on sensitive files (your private keys in ~/.ssh and /etc/ssh/sshd_config). Before running any commands: (1) verify the skill source and only run commands you understand, (2) back up ~/.ssh and /etc/ssh/sshd_config first, (3) avoid generating or copying private keys without a passphrase unless you understand the tradeoffs, and (4) note the small metadata mismatch (SKILL.md expects the ssh binary) — ensure your environment has ssh and don’t grant this skill autonomous shell execution unless you trust it.
Latest Release
v1.0.0
Initial release of SSH Essentials – a comprehensive reference for secure remote access, key management, tunneling, and file transfers using SSH. - Covers basic SSH commands for connecting and running remote commands - Includes SSH key generation, management, and agent usage - Provides port forwarding, tunneling, and SOCKS proxy examples - Features SSH config file usage, aliases, and jump hosts - Details secure file transfers via SCP, SFTP, and Rsync over SSH - Adds security best practices, troubleshooting, and advanced SSH techniques - Offers concise command examples and practical tips throughout
More by @Arnarsson
Published by @Arnarsson on ClawHub