- 12 Sep, 2025 6 commits
-
-
Stefy Lanza (nextime / spora ) authored
- Added man/wssshc.1: Complete manual page for WebSocket SSH client - Added man/wsssh.1: Complete manual page for SSH wrapper - Added man/wsscp.1: Complete manual page for SCP wrapper - Updated Makefile to install man pages during 'make install' - Updated Debian packaging to include man pages in .deb package - Updated .gitignore to exclude compressed man pages - Updated clean.sh to clean man page artifacts - Updated documentation to mention man pages - Updated CHANGELOG.md with man page additions All man pages follow standard troff format with: - SYNOPSIS, DESCRIPTION, OPTIONS sections - EXAMPLES and SEE ALSO references - Proper licensing and author information - Comprehensive command-line option documentation
-
Stefy Lanza (nextime / spora ) authored
- Updated README.md with C tools, Debian packaging, and simplified CLI - Updated DOCUMENTATION.md with dual implementation details - Updated CHANGELOG.md with version 1.1.0 featuring all new components - Enhanced project structure documentation - Added build instructions for C tools and Debian packages - Updated API reference with C implementation details - Improved dependency documentation for both implementations
-
Stefy Lanza (nextime / spora ) authored
- Added wssshtools/ directory with C implementations: * wssshc.c - WebSocket SSH client (registration) * wsssh.c - SSH wrapper for tunneling * wsscp.c - SCP wrapper for tunneling * configure.sh - Build configuration script * Makefile - Build system - Added Debian packaging: * debian/control - Package metadata and dependencies * debian/rules - Build rules * debian/changelog - Package changelog * debian/copyright - Copyright information * debian/compat - Debhelper compatibility level - Updated build.sh to support C builds and Debian packaging (--debian flag) - Updated clean.sh to clean C artifacts and Debian build files - Updated .gitignore to exclude C build artifacts and Debian files - All C tools use OpenSSL for SSL/TLS WebSocket connections
-
Stefy Lanza (nextime / spora ) authored
- Added donation button to web interface navbar - Created donation modal with PayPal, BTC, and ETH addresses - Added copy-to-clipboard functionality for crypto addresses - Updated README.md with donation information - Updated DOCUMENTATION.md with donation section - Added .gitignore to exclude build artifacts and certificates - Simplified wsssh/wsscp command line interface (ssh/scp implicit)
-
Stefy Lanza (nextime / spora ) authored
- Removed 'ssh' and 'scp' from wsssh/wsscp command lines - now implicit - Updated documentation to reflect simplified usage - Rebuilt binaries with updated functionality - Maintained backward compatibility with existing features
-
Stefy Lanza (nextime / spora ) authored
- 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
-