SSH Exec

Execute shell commands and transfer files over SSH on allowlisted hosts.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill ssh-exec-lordmacu
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: SSH Exec
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/ssh-exec
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill ssh-exec-lordmacu

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires ssh, scp, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of shell commands on remote Linux hosts and file transfers via SCP, ensuring secure and efficient remote management.

Core Features & Use Cases

  • Remote Command Execution: Run shell commands on allowlisted remote hosts.
  • File Transfer: Securely push and pull files between local and remote systems.
  • Use Case: Ideal for sysadmins who need to automate routine tasks like restarts, log analysis, or file transfers without manual intervention.

Quick Start

Run 'ssh-exec exec host command' to execute a command on a remote host.

Frequently Asked Questions about SSH Exec

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

FAQPage Schema
How do I automate SSH command execution on remote Linux hosts?โ–ผ

Automate SSH command execution by running shell commands on allowlisted remote hosts to streamline routine system management tasks like service restarts without manual intervention.

Can I transfer files securely between local and remote systems using SCP?โ–ผ

Securely transfer files using SCP to push and pull data between local and remote systems, ensuring safe and efficient remote management operations.

Do I need to configure allowlisting before running remote shell commands?โ–ผ

Configuring environment variables for allowlisting is required before running remote shell commands, ensuring execution only happens on explicitly permitted remote hosts.

What is the best way to automate log analysis on a remote server via SSH?โ–ผ

Automating log analysis via SSH involves executing shell commands on remote hosts to retrieve and process logs, eliminating the need for manual login and inspection.

How does remote system management automation handle routine sysadmin tasks?โ–ผ

Remote system management automation handles routine sysadmin tasks by executing shell commands and file transfers over SSH, replacing manual intervention with streamlined operations.

Are there limitations when executing shell commands over SSH on remote hosts?โ–ผ

Limitations include requiring SSH and SCP access on remote hosts and restricting command execution strictly to hosts defined in your environment variable allowlist.