Spaces:
Paused
Paused
| set -e | |
| PORT="${WEBSSH_PORT:-8002}" | |
| exec ttyd \ | |
| --port "$PORT" \ | |
| --interface 127.0.0.1 \ | |
| --writable \ | |
| --max-clients 10 \ | |
| --ping-interval 30 \ | |
| --terminal-type xterm-256color \ | |
| bash | |
| set -e | |
| PORT="${WEBSSH_PORT:-8002}" | |
| exec ttyd \ | |
| --port "$PORT" \ | |
| --interface 127.0.0.1 \ | |
| --writable \ | |
| --max-clients 10 \ | |
| --ping-interval 30 \ | |
| --terminal-type xterm-256color \ | |
| bash | |