SSH Tunnels with scitex-ssh
Interfaces: Python ⭐ · CLI ⭐⭐⭐ (primary) · MCP ⭐⭐ · Skills ⭐⭐ · Hook — · HTTP —
Installation & import (two equivalent paths)
The same module is reachable via two install paths. Both forms work at runtime; which one a user has depends on their install choice.
# Standalone — pip install scitex-ssh
import scitex_ssh
# Umbrella — pip install scitex
import scitex.tunnel
pip install scitex-ssh alone does NOT expose the scitex namespace;
import scitex.tunnel raises ModuleNotFoundError. To use the
scitex.tunnel form, also pip install scitex.
See [../../general/02_interface-python-api.md] for the ecosystem-wide rule and empirical verification table.
Sub-skills
Core
- 01_quick-start.md — Quick start
- 02_python-api.md — Python API
Workflows
- 10_cli-commands.md — CLI commands
- 11_mcp-tools-for-ai-agents.md — MCP tools for AI agents
Standards
- 20_environment-variables.md — Environment variables