ssh-essentials

Installation
SKILL.md

SSH Essentials

Secure Shell (SSH) for remote access and secure file transfers.

Basic Connection

Connecting

# Connect with username
ssh user@hostname

# Connect to specific port
ssh user@hostname -p 2222

# Connect with verbose output
ssh -v user@hostname

# Connect with specific key
ssh -i ~/.ssh/id_rsa user@hostname
Installs
51
GitHub Stars
609
First Seen
Feb 18, 2026
ssh-essentials — sundial-org/awesome-openclaw-skills