What problem does it solve?
SSH is the standard for secure remote access, but teams often replicate manual steps for connecting, authenticating keys, forwarding ports, tunneling, and transferring files across hosts. This Skill consolidates essential SSH practices into a concise reference and operational guide to streamline secure access and configuration.
Core Features & Use Cases
- Secure remote access & session management: establishes and audits SSH sessions, including key handling and config best practices.
- Key management & security: guidance on generating, loading, and managing SSH keys across devices.
- Port forwarding & tunneling: local/remote/dynamic forwarding and autossh-based persistent tunnels for resilient connections.
- File transfers & configs: secure file transfer commands (scp/rsync) and config snippet examples for ~/.ssh/config.
- Troubleshooting & best practices: tips for debugging SSH issues and enforcing strong security settings.
Quick Start
Connect to a remote server securely using SSH with a given username and hostname.