Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

linux_ssh_config_generator

Read-onlyIdempotent

Generate OpenSSH client (~/.ssh/config) and server (sshd_config) configuration text from structured host and daemon definitions. Supports custom settings, presets, and security warnings for weak options.

Instructions

SSH Config Generator. Generate an OpenSSH client config (~/.ssh/config) and/or server config (/etc/ssh/sshd_config) as text from structured host and daemon definitions. It only BUILDS the config text — it never writes ~/.ssh/config or sshd_config, edits a file, connects to any host, or touches the SSH agent. "operation" selects the mode: "generate" (default) renders config from "input"; "presets" returns ready-made example requests (Mozilla-hardened server, bastion, jump-host client, LAN, CIS Level 2, dev). For generate, "input.mode" picks which sides to emit. Client Host blocks support HostName, User, Port, IdentityFile, ProxyJump (bastion/jump host), ForwardAgent, LocalForward, and ControlMaster multiplexing; server settings cover Port, PermitRootLogin, password/pubkey auth, Allow/Deny users and groups, forwarding, idle timeouts, MaxAuthTries, and Ciphers/KexAlgorithms/ MACs — emitting security warnings for weak choices. Use this for OpenSSH connection and daemon config; use linux_web_server_config_generato

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoMode selector. "generate" builds config from "input"; "presets" ignores "input" and returns example requests.generate
inputNoRequired when operation=generate. May also be supplied bare (its fields at the top level alongside operation).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoAlways true on a 200 response.
operationNoThe operation echoed back (generate or presets).
resultNoFor generate, the generated config and analysis. For presets, a "presets" array of example requests.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations (readOnlyHint=true, destructiveHint=false) are reinforced and expanded: the description clarifies it only builds config text, never writes files, edits, or connects. It also mentions security warnings for weak settings, which adds beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat lengthy but well-structured: it starts with purpose, then behavioral constraints, then parameter explanations, and ends with usage guidance. Every sentence adds value, though a slight reduction in verbosity would improve conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complex nested schema and presence of an output schema, the description fully covers the tool's purpose, behavior, parameter details, and presets feature. It also mentions security warnings and sibling tools, making it complete for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 100% schema coverage, the description adds significant meaning: explains 'operation' modes (generate vs presets), describes what presets returns, and summarizes the key client and server settings. It adds context about security warnings not in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it generates OpenSSH client and/or server config text from structured definitions. It distinguishes itself by explicitly stating it never writes files, connects to hosts, or touches the SSH agent, which differentiates it from the sibling linux_web_server_config_generator.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear when-to-use guidance: 'Use this for OpenSSH connection and daemon config' and implies an alternative ('use linux_web_server_config_generator'). It also explicitly states what it does not do, helping agents avoid misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Jambozx/onlinecybertools-mcp-server'

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