Source: wsssh-server
Section: net
Priority: optional
Maintainer: Stefy Lanza <stefy@nexlab.net>
Build-Depends: debhelper-compat (= 13), gcc, make, libssl-dev, libsqlite3-dev, uuid-dev
Standards-Version: 4.6.2
Homepage: https://git.nexlab.net/nexlab/wsssh
Vcs-Browser: https://git.nexlab.net/nexlab/wsssh
Vcs-Git: https://git.nexlab.net/nexlab/wsssh.git

Package: wsssh-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, debconf (>= 0.5) | debconf-2.0, libsqlite3-0, libssl3
Description: WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Server (wssshd)
  wsssh is a swiss army's knife server assisted tunnelling system for the win initially born as a websocket ssh tunnelling system and evolved to a universal tunnelling utility. This package contains the server component
  that handles WebSocket connections and manages SSH tunnels.
  .
  This package includes a standalone C binary that provides high performance
  and includes an embedded web interface with SQLite database for user management.
 .
 The wssshd server provides:
   - WSSSH tunnel management
   - Client registration and authentication
   - Web-based management interface
   - Secure tunnel establishment between clients and servers
   - High availability with watchdog monitoring
 .
 This is the server component of the WSSSH system.