ssh-server-admin

Manage Linux/Unix servers remotely via SSH with command execution and file transfers.

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill ssh-server-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-server-admin
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/ssh-server-admin
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill ssh-server-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a robust and secure way to manage remote Linux/Unix servers, overcoming the complexities of different operating systems and authentication methods.

Core Features & Use Cases

  • Remote Command Execution: Run any command on a remote server.
  • File Transfer: Upload and download files using SCP or SFTP.
  • Port Forwarding & Tunneling: Securely access services or expose local services.
  • Server Administration: Monitor resources, manage services, and analyze logs.
  • Use Case: You need to check the disk space on your web server, upload a new configuration file, and restart the web service. This Skill handles all these steps securely.

Quick Start

Connect to your server at 192.168.1.100 as user 'admin' using your SSH key and run the command 'df -h'.

Frequently Asked Questions about ssh-server-admin

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

FAQPage Schema
How do I run remote server commands over SSH securely?

You can execute remote server commands securely over SSH by prioritizing SSH key authentication. This approach handles command execution across Windows, macOS, and Linux using a Python helper script for password-based access.

Can I transfer files to a remote server using SCP and SFTP?

Yes, you can transfer files to a remote server using SCP and SFTP. This functionality allows you to securely upload and download files to manage configurations and data across different operating systems.

Does this SSH management approach work across Windows, macOS, and Linux?

Yes, this SSH server administration approach provides cross-platform compatibility across Windows, macOS, and Linux. It uses a Python helper script to ensure consistent secure remote management regardless of the operating system.

What is the best way to set up port forwarding and tunneling for remote services?

The best way to set up port forwarding and tunneling is by using SSH key authentication to securely access remote services or expose local services. This ensures encrypted network diagnostics and safe server administration.

How do I manage Linux server administration tasks like log analysis and service management remotely?

You can manage Linux server administration tasks like log analysis and service management remotely via SSH. This involves retrieving system information, monitoring resources, and running network diagnostics securely over the connection.

Do I need SSH keys to connect to my server, or are passwords supported?

SSH keys are prioritized for secure connections, but password-based access is also supported. A Python helper script provides cross-platform compatibility when password authentication is required for server administration.