]> git.99rst.org Git - openwrt-packages.git/commit
comrade: add package
authorDaniel Golle <redacted>
Sat, 15 Aug 2026 04:45:18 +0000 (05:45 +0100)
committerDaniel Golle <redacted>
Tue, 18 Aug 2026 14:25:47 +0000 (15:25 +0100)
commitb11f5f2495c8a8eba49b8db27b43eefb42b0c76c
tree972c180899015228cd1557540f1784cfac2a0b43
parent5865a8cad3ffe71f1122399a983655b8079b1924
comrade: add package

Serverless peer-to-peer terminal sharing: a host shares a tmux session
that a client joins with a token, over a hole-punched link discovered on
the mainline DHT or link-local multicast, wrapped in an end-to-end SSH
session with the host key pinned in the token.

comrade adds no crypto of its own and follows whatever backend libssh
already links; OpenWrt's libssh uses mbedTLS, so this resolves to
monocypher.

Signed-off-by: Daniel Golle <redacted>
net/comrade/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT