SSH Terminal
🖥️ SSH
Connect to remote servers via SSH. Execute commands, manage multiple sessions, and control your fleet from Zubnet.
Tools (6)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"ssh-terminal": {
"command": "native:ssh",
"env": {
"name": "your-name-here",
"host": "your-host-here",
"port": "your-port-here",
"username": "your-username-here",
"auth_type": "your-auth-type-here",
"password": "your-password-here",
"private_key": "your-private-key-here",
"passphrase": "your-passphrase-here"
}
}
}
}