mholt/caddy-l4

feature request: reverse proxy ssh via username

開放

#63 建立於 2022年7月13日

 (5 則留言) (6 個反應) (0 位負責人)Go (114 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (1,738 顆星)
PR 合併指標
 (平均合併 14天 19小時) (30 天內合併 7 個 PR)

描述

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 !

貢獻者指南