Skip to content

ZainTechnologiesLTD/codex-remote-ssh

Repository files navigation

Codex Remote SSH Plugin Repository

This repository contains the Codex Remote SSH plugin by Zain Technologies LTD.

Codex Remote SSH is an enterprise-grade Remote SSH plugin for OpenAI Codex. It connects Codex to trusted servers, devboxes, and private infrastructure through a local MCP bridge with host aliases, path policies, write controls, timeouts, output limits, and optional audit logging.

Plugin path:

plugins/remote-ssh

Install the plugin directly:

npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh/plugins/remote-ssh --plugin --global

Global installation is recommended so the plugin appears across Codex projects after restart. For a single project, use --project instead of --global.

Or install from the repository catalog:

npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh --plugins --global

See plugins/remote-ssh/README.md for setup, security, and development details.

Sponsorship

Codex Remote SSH accepts maintenance sponsorship for ongoing security hardening, Codex compatibility updates, cross-platform testing, documentation, and enterprise support.

See SPONSORS.md for sponsorship options and governance.

Platform Support

Codex Remote SSH supports cross-platform desktop use on:

  • Windows
  • macOS
  • Linux

The plugin requires a local Codex plugin/MCP runtime, Node.js, filesystem access, and the system ssh client. Mobile platforms such as iOS and Android are not currently supported unless Codex provides a compatible local MCP runtime there.

Troubleshooting Visibility

After global install, restart Codex. If Remote SSH still does not appear in the plugin UI, confirm that ~/.codex/config.toml includes both the plugin entry and the marketplace source:

[plugins."remote-ssh@codex-marketplace-global"]
enabled = true

[marketplaces.codex-marketplace-global]
source_type = "local"
source = '\\?\C:\Users\<you>'

The global marketplace manifest should exist at:

~/.agents/plugins/marketplace.json

The installed plugin should exist at:

~/.codex/plugins/remote-ssh

Repository Documents

GitHub Package

The npm package is published to GitHub Packages as:

@zaintechnologiesltd/codex-remote-ssh

The package publishing workflow lives at:

.github/workflows/publish-package.yml

Key Features

  • Local MCP server with no runtime npm dependencies
  • Apps-compatible remote folder picker for selecting and saving a workspace directory
  • SSH host aliases instead of arbitrary target selection
  • Path allowlists for file tools
  • Remote writes disabled by default
  • Default blocked patterns for high-risk commands
  • Non-interactive command execution with timeouts
  • Optional JSONL audit logging
  • Marketplace-ready plugin manifest and catalog entry

About

Remote SSH plugin for OpenAI Codex with MCP tools, host policies, audit logging, and safe remote operations.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors