SSH
Provides secure remote server management capabilities through SSH connections, automatically discovering hosts from SSH configuration files and executing commands, transferring files, and managing connectivity using native SSH and SCP commands.
19 stars
0 tools
Created Aug 2025
@aiondadotcom/aiondadotcom-sshAbout
Provides secure remote server management capabilities through SSH connections, automatically discovering hosts from SSH configuration files and executing commands, transferring files, and managing connectivity using native SSH and SCP commands.
Categories
general
Installation
npm
npm install @aiondadotcom/aiondadotcom-ssh
Configuration
{
"mcpServers": {
"aiondadotcom-ssh": {
"command": "npx",
"args": [
"-y",
"@aiondadotcom/aiondadotcom-ssh"
]
}
}
}