Skip to main content
Glama

VPS Initialize

by oxy-Op

ssh_connect

Establish SSH connections to VPS using IP, username, and optional password or private key. Enables secure access for initial setup, service installation, and configuration management.

Instructions

Connect to a VPS via SSH using password or private key

Input Schema

NameRequiredDescriptionDefault
hostYesVPS IP address or hostname
passphraseNoPrivate key passphrase (optional)
passwordNoSSH password (optional)
portNoSSH port (default: 22)
privateKeyPathNoPrivate key file path (optional)
usernameYesSSH username

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "VPS IP address or hostname", "type": "string" }, "passphrase": { "description": "Private key passphrase (optional)", "type": "string" }, "password": { "description": "SSH password (optional)", "type": "string" }, "port": { "description": "SSH port (default: 22)", "type": "number" }, "privateKeyPath": { "description": "Private key file path (optional)", "type": "string" }, "username": { "description": "SSH username", "type": "string" } }, "required": [ "host", "username" ], "type": "object" }
Install Server

Other Tools from VPS Initialize

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/oxy-Op/DevPilot'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server