Skip to content

Instantly share code, notes, and snippets.

@exxojay
exxojay / sslh.cfg
Created November 9, 2025 15:51 — forked from alexlehm/sslh.cfg
verbose: true;
foreground: true;
inetd: false;
numeric: true;
transparent: true;
timeout: 2;
#user: "sslh";
pidfile: "/home/alexlehm/run/sslh.pid";
#chroot: "/var/empty";
@exxojay
exxojay / ssh-https-methods.md
Created November 9, 2025 15:49 — forked from beepbupz/ssh-https-methods.md
SSH over HTTPS: Practical Usage Examples

SSH over HTTPS: Practical Usage Examples

Method 1: Chisel (Simplest - Single Binary)

Chisel is the easiest to get started with since it's just a single executable file for both client and server.

Server Setup

  1. Download Chisel on your server: