ssh-tool

Execute commands on remote servers via SSH. Supports key-based authentication, tunnels, and file transfers.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ssh-tool" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-ssh-tool

SSH Tool

Execute commands on remote servers via SSH. Supports key-based authentication, tunnels, and file transfers.

Setup

Requires SSH access to remote servers. Uses system SSH client.

Usage

Execute a Command

{baseDir}/ssh-tool.js --host server.example.com --user ubuntu --command "ls -la"

With Key File

{baseDir}/ssh-tool.js --host server.example.com --user ubuntu --key /path/to/key --command "uptime"

With Password

{baseDir}/ssh-tool.js --host server.example.com --user ubuntu --password "secret" --command "df -h"

Interactive Shell

{baseDir}/ssh-tool.js --host server.example.com --user ubuntu --key /path/to/key --shell

Options

Option Description Required

--host

Remote hostname or IP Yes

--user

SSH username Yes

--command

Command to execute Yes*

--key

Path to SSH private key No

--password

SSH password No

--port

SSH port (default: 22) No

--shell

Start interactive shell No

--timeout

Command timeout in seconds No (default: 30)

When to Use

  • Running commands on remote servers

  • Deploying code to production

  • Checking server status

  • Remote administration tasks

Notes

  • Key-based authentication is recommended for automation

  • The tool uses system SSH client with ControlMaster for connection reuse

  • Supports both password and key-based authentication

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review