packages/opentui-ssh.mdx
packages/opentui-ssh.mdxBrowse 89 files
283 tokens
1,047 bytes
Token encoding: o200k_base
Snapshot ac753b4
← Back to SKILL.md
id: opentui-ssh name: OpenTUI SSH summary: SSH server integration for OpenTUI applications. kind: integration official: true source: url: https://github.com/anomalyco/opentui directory: packages/ssh surfaces:
- name: TypeScript language: typescript import: "@opentui/ssh" docs: /docs/reference/ssh distributions:
- type: npm identifier: "@opentui/ssh" install: bun add @opentui/ssh @opentui/core links: docs: /docs/reference/ssh categories:
- integrations
@opentui/ssh maps each accepted SSH shell to a CliRenderer. The renderer dimensions track the client's terminal.
The package requires Bun >=1.3.0 or Node.js >=26.4.0. Use Bun >=1.4.0 on native Windows arm64.
Open authentication accepts SSH none without credentials. Use it only for loopback development. Do not expose open
authentication to a public or untrusted network.
Read the SSH reference for server and authentication details. Read Deploy an OpenTUI application for delivery choices.