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
10
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 2, 2026
ssh-essentials — openclaw/skills