ssh_session_list

List open SSH connections from the MCP server with status and idle times.

6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-session-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh_session_list
Source: https://github.com/Nightreaver/python-ssh-mcp/tree/main/skills/ssh-session-list
Command: npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-session-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides insight into the open SSH connections managed by the MCP server, allowing users to monitor and manage their active connections efficiently.

Core Features & Use Cases

  • Connection Monitoring: Track active SSH connections and their idle times.
  • Resource Management: Identify which hosts are connected and for how long, aiding in resource allocation.
  • Use Case: Before restarting the server, use this Skill to see which connections would be disrupted and to perform a resource audit.

Quick Start

Use the ssh_session_list skill to list all open SSH connections.

Frequently Asked Questions about ssh_session_list

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

FAQPage Schema
How do I list open SSH connections on an MCP server?

To list open SSH connections on an MCP server, you can use a session monitoring tool to query the active connections. This provides a snapshot of connected hosts and their idle times for auditing purposes.

What is the best way to monitor SSH connection status and idle times?

Monitoring SSH connection status and idle times is best achieved by listing active sessions from your server management interface. This tracks which hosts are connected and for how long, aiding resource allocation.

Can I check which active SSH sessions would be disrupted before restarting the server?

Yes, you can check active SSH sessions before restarting the server by listing all open connections. This allows you to see which hosts are currently connected and perform a resource audit to minimize disruption.

Do I need valid SSH connections to audit active sessions on the server?

Yes, auditing active sessions requires access to the MCP server and valid SSH connections. This ensures the monitoring tool can accurately retrieve the status and idle times of all open connections.

Why does listing SSH connections help with network security and resource management?

Listing SSH connections helps with network security and resource management by providing visibility into active hosts and idle times. This snapshot identifies potential security risks and optimizes resource allocation.