[PR #3793] [MERGED] ssh tunnel gateway implementation #4831

Closed
opened 2026-05-05 14:49:34 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3793
Author: @fatedier
Created: 11/22/2023
Status: Merged
Merged: 11/22/2023
Merged by: @fatedier

Base: devHead: ssh-gateway


📝 Commits (2)

📊 Changes

30 files changed (+1046 additions, -366 deletions)

View changed files

📝 Makefile (+2 -2)
client/connector.go (+223 -0)
📝 client/control.go (+11 -7)
📝 client/proxy/proxy.go (+13 -4)
📝 client/proxy/proxy_manager.go (+10 -2)
📝 client/proxy/proxy_wrapper.go (+4 -0)
📝 client/proxy/sudp.go (+2 -0)
📝 client/proxy/udp.go (+2 -0)
📝 client/proxy/xtcp.go (+2 -0)
📝 client/service.go (+28 -206)
📝 cmd/frpc/sub/proxy.go (+4 -3)
cmd/frps/flags.go (+0 -110)
📝 cmd/frps/root.go (+1 -1)
📝 go.mod (+4 -4)
📝 go.sum (+10 -9)
📝 pkg/config/flags.go (+88 -1)
📝 pkg/config/v1/server.go (+14 -0)
📝 pkg/plugin/client/http2https.go (+2 -0)
📝 pkg/plugin/client/http_proxy.go (+2 -0)
📝 pkg/plugin/client/https2http.go (+2 -0)

...and 10 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3793 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/22/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `ssh-gateway` --- ### 📝 Commits (2) - [`9b119d5`](https://github.com/fatedier/frp/commit/9b119d543277043c5e3d07fcacf75c83e76b3ff9) feat: ssh client implement (#3671) - [`a3b2a6f`](https://github.com/fatedier/frp/commit/a3b2a6fd05096b0e5186b2fe2d99e9451ecd4e86) sshTunnelGateway refactor (#3784) ### 📊 Changes **30 files changed** (+1046 additions, -366 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+2 -2) ➕ `client/connector.go` (+223 -0) 📝 `client/control.go` (+11 -7) 📝 `client/proxy/proxy.go` (+13 -4) 📝 `client/proxy/proxy_manager.go` (+10 -2) 📝 `client/proxy/proxy_wrapper.go` (+4 -0) 📝 `client/proxy/sudp.go` (+2 -0) 📝 `client/proxy/udp.go` (+2 -0) 📝 `client/proxy/xtcp.go` (+2 -0) 📝 `client/service.go` (+28 -206) 📝 `cmd/frpc/sub/proxy.go` (+4 -3) ➖ `cmd/frps/flags.go` (+0 -110) 📝 `cmd/frps/root.go` (+1 -1) 📝 `go.mod` (+4 -4) 📝 `go.sum` (+10 -9) 📝 `pkg/config/flags.go` (+88 -1) 📝 `pkg/config/v1/server.go` (+14 -0) 📝 `pkg/plugin/client/http2https.go` (+2 -0) 📝 `pkg/plugin/client/http_proxy.go` (+2 -0) 📝 `pkg/plugin/client/https2http.go` (+2 -0) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:49:34 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4831
No description provided.