Instant Terminal Sharing
Upterm is an open-source solution for sharing terminal sessions instantly over secure SSH tunnels to the public internet.
# Host a terminal session running $SHELL, attaching client's IO to the host's:
$ upterm host
# Display the SSH connection string for sharing with client(s):
$ upterm session current
=== SESSION_ID
Command: /bin/bash
Force Command: n/a
Host: ssh://uptermd.upterm.dev:22
SSH Session: ssh [email protected]
# A client connects to the host session via SSH:
$ ssh [email protected]
-h, --help help for upterm
- upterm host - Host a terminal session
- upterm proxy - Proxy a terminal session via WebSocket
- upterm session - Display session
- upterm upgrade - Upgrade the CLI
- upterm version - Show version