ssh
Installation
SKILL.md
SSH Skill
Comprehensive SSH for secure remote access, file transfers, tunneling, and server hardening.
Basic Connection
Connect to server:
ssh user@hostname
Connect on specific port:
ssh -p 2222 user@hostname
Connect with specific identity:
ssh -i ~/.ssh/my_key user@hostname
Related skills
More from frankieew/agent-skills
pr-worktree-workflow
Complete workflow for creating git worktrees and Pull Requests, including worktree setup, branch management, and PR creation.
11mathlib-workflow
Complete workflow for contributing to mathlib (Lean 4), including repo setup, git workflow, PR creation, and review process.
6tmux
>
4mathlib-style
Code style guide for mathlib (Lean 4), including naming conventions, formatting rules, and documentation requirements.
4code-rules
Use when writing code, to follow personal code style and ensure documentation is consistent.
3lmfdb-cli
>
2