ssh-connect

Connect to remote servers via SSH aliases and copy files with SCP.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/iamandrewpeters/claude-skills --skill ssh-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-connect
Source: https://github.com/iamandrewpeters/claude-skills/tree/main/ssh-connect
Command: npx skills add https://github.com/iamandrewpeters/claude-skills --skill ssh-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SSH into remote servers quickly and securely without memorizing long hostnames or connecting manually to each machine.

Core Features & Use Cases

  • Connect to configured server aliases with a single command.
  • Execute single or chained commands on a remote host via SSH.
  • Copy files to and from servers using scp with known hosts.

Quick Start

To start, connect to a configured alias and run a command, for example: ssh build-faithmade uptime

Frequently Asked Questions about ssh-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I SSH into remote servers without memorizing long hostnames?

SSH into remote servers by using configured aliases with the Bash tool. It requires an SSH client and the corresponding private key setup noted in the doc to connect quickly and securely.

Can I run commands on multiple remote hosts using a single SSH command?

Yes, this approach covers single-server and multi-server tasks. You can execute single or chained commands on a remote host via SSH by using configured aliases from the SSH config.

What is the best way to copy files to and from remote servers using scp?

Copy files to and from servers using scp with known hosts. This process uses configured aliases to securely transfer files without needing to specify full remote addresses manually.

Do I need a specific SSH client setup to connect using configured aliases?

Yes, connecting with aliases requires an SSH client and the corresponding private key setup noted in the doc. It uses the ssh command with an alias and command to access remote servers.