Initial commit: Complete WebSocket SSH tunneling system
- WebSocket SSH Daemon (wssshd) with web management interface - WebSocket SSH Client (wssshc) with password authentication - SSH wrapper (wsssh) with intelligent hostname parsing - SCP wrapper (wsscp) with tunneling support - Professional web UI with user management and HTML5 terminal - SQLite database for persistent user storage - Role-based access control (admin/normal users) - SSL certificate auto-generation during build - Automated build system with venv management - Comprehensive documentation and examples
Showing
CHANGELOG.md
0 → 100644
DOCUMENTATION.md
0 → 100644
This diff is collapsed.
LICENSE.md
0 → 100644
This diff is collapsed.
README.md
0 → 100644
build.sh
0 → 100755
cert.pem
0 → 100644
clean.sh
0 → 100755
key.pem
0 → 100644
requirements.txt
0 → 100644
websockets>=15.0 | |||
paramiko>=4.0 | |||
flask>=3.1 | |||
flask-login>=0.6 | |||
flask-sqlalchemy>=3.1 | |||
werkzeug>=3.1 | |||
\ No newline at end of file |
templates/base.html
0 → 100644
templates/index.html
0 → 100644
templates/login.html
0 → 100644
templates/terminal.html
0 → 100644
templates/users.html
0 → 100644
wsscp.py
0 → 100755
wsssh.py
0 → 100755
wssshc.py
0 → 100644
wssshd.py
0 → 100644
Please
register
or
sign in
to comment