ssh-remote

Automates SSH remote server management, SCP/Rsync transfers, and tunnel setup with key handling and scripted commands.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill ssh-remote-jansenanalytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-remote
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/ssh-remote
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill ssh-remote-jansenanalytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

SSH into remote servers and manage remote sessions, keys, and tunnels without manual setup, simplifying secure administration.

Core Features & Use Cases

  • Connect to remote servers via SSH with key management and agent forwarding
  • Transfer files securely using SCP and Rsync
  • Create and maintain SSH tunnels and port forwards for databases and services
  • Manage SSH config snippets and repeatable workflows for multi-host environments

Quick Start

Use a single command to establish a secure session and route traffic through a tunnel.

Frequently Asked Questions about ssh-remote

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

FAQPage Schema
How do I automate SSH access and remote server management for multiple hosts?

Automate SSH access by using scripted remote commands and key management workflows. This approach enforces SSH-based authentication, handles key rotation, and manages multi-server environments without manual setup.

How do I securely transfer remote files using SCP and Rsync?

Securely transfer remote files using SCP and Rsync through automated scripts. These transfers enforce SSH-based authentication to safely move data between local and remote servers.

How do I set up persistent SSH tunnels and port forwards for databases?

Set up persistent SSH tunnels and port forwards by applying tunnel management scripts. These scripts create and maintain secure network routes to access remote databases and services.

Do I need existing SSH keys to use automated remote session workflows?

Automated remote session workflows enforce SSH-based authentication, meaning you need SSH keys. The scripts support key generation, rotation, and management to establish secure multi-server access.

What's the best way to manage SSH config snippets for repeatable multi-host workflows?

Manage SSH config snippets by scripting repeatable workflows for multi-host environments. This method handles robust key configuration and persistent network tunnels without manual setup.

Can I execute scripted remote commands across cloud operations infrastructure?

Execute scripted remote commands across cloud operations infrastructure by routing traffic through secure sessions. The scripts directory handles remote execution while honoring safety checks for DevOps workflows.