# Ssh Remote Exec

> Execute a command on a remote server via SSH proxy API

- Skill: `jadegate/ssh-remote-exec` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/ssh-remote-exec`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/ssh-remote-exec/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/ssh-remote-exec

---


# SSH Remote Command

Execute a command on a remote server via SSH proxy API

## When to Use

- User wants to ssh exec
- User wants to remote exec
- Keywords: ssh, remote, server, command

## Required Parameters

- **host** (string): SSH host address
- **command** (string): Command to execute

## Output

- **stdout** (string): Command stdout
- **exit_code** (number): Exit code
- **stderr** (string): Command stderr

## Security

- Sandbox level: standard
- Max execution time: 60000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `sanitize` -> 7 steps -> Exit: `ret_ok`, `ret_unsafe`, `ret_fail`

