Created attachment 226966 [details] net/rospo: Simple and reliable ssh tunnels with embedded ssh server Straightforward Go port. Portclippy and Portlint are happy. Tested with Poudriere on amd64 i386 armv7 arm64 FreeBSD 13.0-RELEASE. *** Rospo is a tool meant to create reliable ssh tunnels. It embeds an SSH server too if you want to reverse proxy a secured shell. It's meant to make ssh tunnels fun and understandable again. Rospo supports a cool UI, too. The UI lets you handle tunnel and pipe configuration at runtime through a web interface. You can start/stop new tunnels and pipes at runtime. WWW: https://github.com/ferama/rospo
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=378370d760d59768bf4354db4226f0effb9bf4eb commit 378370d760d59768bf4354db4226f0effb9bf4eb Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-08-06 09:34:24 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-06 09:34:24 +0000 net/rospo: New port: Simple and reliable ssh tunnels with embedded ssh server PR: 257633 net/Makefile | 1 + net/rospo/Makefile (new) | 58 +++++++++++++++++++++++++++++++++++++++++++++++ net/rospo/distinfo (new) | 47 ++++++++++++++++++++++++++++++++++++++ net/rospo/pkg-descr (new) | 10 ++++++++ 4 files changed, 116 insertions(+)
(In reply to Robert Clausecker from comment #0) Committed, thanks!