# remote-bash **Repository Path**: mirrors_zhouchangxun/remote-bash ## Basic Information - **Project Name**: remote-bash - **Description**: remote bash by multi channel (tcp/websocket) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # remote-bash remote bash by multi channel (tcp/websocket) # usage - remote bash by tcp 1. python tcp_server.py(listen 7777) 2. python tcp_client.py(connect to 7777) - remote bash by websocket 1. python tcp_server.py 2. python ws2tcp.py 6666 localhost:7777(proxy 6666 to 7777) 3. python ws_client.py ws://localhost:6666 # TODO 1. [tcp_server]support multi connection