ssh
SKILL.md
SSH Skill
Use SSH for secure remote access, file transfers, and tunneling.
Basic Connection
Connect to server:
ssh user@hostname
Connect on specific port:
ssh -p 2222 user@hostname
Use SSH for secure remote access, file transfers, and tunneling.
Connect to server:
ssh user@hostname
Connect on specific port:
ssh -p 2222 user@hostname