Back to Directory
general

Ssh Essentials

Essential SSH commands for secure remote access, key management, tunneling, and file transfers.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

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