ssh

Manage SSH sessions and execute commands on remote servers.

17|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill ssh-erixwong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh
Source: https://github.com/ErixWong/touwaka-ai-mate/tree/main/data/skills/erix-ssh
Command: npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill ssh-erixwong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ssh2, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of managing SSH sessions and executing commands on remote servers, reducing the time spent on repetitive tasks.

Core Features & Use Cases

  • Session Management: Connect to, disconnect from, and manage SSH sessions with ease.
  • Command Execution: Execute commands and sudo commands on remote servers.
  • File Transfer: Transfer files using SFTP over SSH sessions.
  • Use Case: If you need to perform routine maintenance tasks on multiple remote servers, this Skill can automate the process, saving you significant time and effort.

Quick Start

Connect to a remote server using the 'ssh session connect' command with the server's IP address and credentials.

Frequently Asked Questions about ssh

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

FAQPage Schema
How do I execute commands on a remote server via SSH?

You can execute commands on a remote server by establishing an SSH session with the server's IP address and credentials, then sending your commands through the active connection.

Can I transfer files using SFTP over an SSH session?

Yes, file transfer is supported using SFTP over SSH sessions, allowing you to securely move files between your local machine and the remote server.

Do I need Node.js to manage remote SSH sessions?

Yes, you need Node.js installed because the Skill uses the SSH2 library to create secure shell connections and manage remote server administration tasks.

What is the best way to automate routine maintenance across multiple servers?

Automating routine maintenance across multiple servers is achieved by connecting to each remote server via SSH and executing the required commands or sudo commands sequentially.

Does this SSH session management approach support sudo command execution?

Yes, sudo command execution is supported, enabling IT professionals to perform privileged remote system administration tasks securely during an active session.