mholt/caddy-l4

feature request: reverse proxy ssh via username

オープン

#63 opened on 2022/07/13

 (5 件のコメント) (6 件のリアクション) (0 人の担当者)Go (114 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,738 個のスター)
PR merge metrics
 (平均マージ 14d 19h) (30d で 7 merged PRs)

説明

It would be cool if the ssh matcher allowed matching against a user, and if the handler allowed you to pass the request on to a different user. ie,

git@example.com   -> caddy-l4 -> git@git.internal
host1@example.com -> caddy-l4 -> user@host1.internal

basically exactly what tg123/sshpiper does. i think itd be cool if caddy-l4 could support reverse proxying ssh in this manner by default.

apologies in advance if this doesnt seem feasible or its outside of the scope of this plugin !

コントリビューターガイド