Bug 257633 - [New Port] net/rospo: Simple and reliable ssh tunnels with embedded ssh server
Summary: [New Port] net/rospo: Simple and reliable ssh tunnels with embedded ssh server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL: https://github.com/ferama/rospo
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-05 09:33 UTC by Robert Clausecker
Modified: 2021-08-06 09:37 UTC (History)
1 user (show)

See Also:


Attachments
net/rospo: Simple and reliable ssh tunnels with embedded ssh server (7.81 KB, patch)
2021-08-05 09:33 UTC, Robert Clausecker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2021-08-05 09:33:20 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-06 09:36:00 UTC
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(+)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-08-06 09:37:12 UTC
(In reply to Robert Clausecker from comment #0)

Committed, thanks!