Update with latest scripts

parent b7dae7b4
# WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive Changelog
# WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Changelog
All notable changes to this project will be documented in this file.
......
#!/bin/bash
# WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive Build Script
# WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Build Script
# Build script for WSSSH tools (wssshd, wssshc, wsscp, etc.)
#
# Copyright (C) 2024 Stefy Lanza <stefy@nexlab.net> and SexHack.me
......
#!/bin/bash
# WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive Clean Script
# WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Clean Script
# Clean script for removing build artifacts from WSSSH tools
#
# Copyright (C) 2024 Stefy Lanza <stefy@nexlab.net> and SexHack.me
......
# Example service configuration file for WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Client (wssshc)
# This file should be placed in the services-path directory (default: /etc/wsssh.d/)
# and have a .conf extension
[ssh]
# Target host for the tunnel connection
tunnel-host = 192.168.1.100
# Target port for the tunnel connection
tunnel-port = 22
# Optional command to execute before establishing the tunnel
# command = /usr/local/bin/setup-tunnel.sh
# Protocol to use (tcp or udp, default: tcp)
proto = tcp
\ No newline at end of file
......@@ -11,7 +11,7 @@ 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
Description: WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive Server (wssshd)
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.
.
......
# WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive Client (wssshc) Configuration Example
# WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Client (wssshc) Configuration Example
#
# This is an example configuration file for wssshc.
# Copy this file to /etc/wssshc.conf or ~/.config/wsssh/wssshc.conf
......
# WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive Tunnel (wsssht) Configuration Example
# WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive Tunnel (wsssht) Configuration Example
#
# This is an example configuration file for wsssht.
# Copy this file to ~/.config/wsssh/wsssht.conf and modify the settings as needed.
......
......@@ -11,7 +11,7 @@ Vcs-Git: https://git.nexlab.net/nexlab/wsssh.git
Package: wsssh-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl
Description: WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive - C implementation
Description: WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive - C implementation
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 C implementation of the WSSSH tools:
......
.TH WSSCP 1 "September 2024" "wsscp 1.0" "WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive"
.TH WSSCP 1 "September 2024" "wsscp 1.0" "WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive"
.SH NAME
wsscp \- SCP wrapper with WebSocket ProxyCommand support
.SH SYNOPSIS
......
.TH WSSH 1 "September 2024" "wsssh 1.0" "WSSSH:: Warp-Powered Stefy's Spatial Secure Hyperdrive"
.TH WSSH 1 "September 2024" "wsssh 1.0" "WSSSH: Warp-Powered Stefy's Spatial Secure Hyperdrive"
.SH NAME
wsssh \- SSH wrapper with WebSocket ProxyCommand support
.SH SYNOPSIS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment