[PR #3821] [MERGED] ssh: return informations to client #4838

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3821
Author: @fatedier
Created: 12/1/2023
Status: Merged
Merged: 12/1/2023
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • bbc8c33 ssh: return informations to client

📊 Changes

5 files changed (+153 additions, -51 deletions)

View changed files

📝 client/service.go (+15 -5)
📝 pkg/config/flags.go (+53 -26)
📝 pkg/ssh/server.go (+53 -19)
pkg/ssh/terminal.go (+31 -0)
📝 test/e2e/pkg/ssh/client.go (+1 -1)

📄 Description

Summary

🤖[deprecated] Generated by Copilot at 87078ef

This pull request adds a new feature to the frp project: the SSH mode, which allows users to create SSH tunnels using frp as a proxy. It also improves the error handling and feedback mechanisms for the frp client and server, and adds a new option to customize the flag registration. The main changes are in the files client/service.go, pkg/config/flags.go, pkg/ssh/server.go, and pkg/ssh/terminal.go.


🔄 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/3821 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/1/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`bbc8c33`](https://github.com/fatedier/frp/commit/bbc8c336f914fb6459f223f265a467c441fd36c3) ssh: return informations to client ### 📊 Changes **5 files changed** (+153 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `client/service.go` (+15 -5) 📝 `pkg/config/flags.go` (+53 -26) 📝 `pkg/ssh/server.go` (+53 -19) ➕ `pkg/ssh/terminal.go` (+31 -0) 📝 `test/e2e/pkg/ssh/client.go` (+1 -1) </details> ### 📄 Description ### Summary <!-- copilot:summary --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at 87078ef</samp> This pull request adds a new feature to the frp project: the SSH mode, which allows users to create SSH tunnels using frp as a proxy. It also improves the error handling and feedback mechanisms for the frp client and server, and adds a new option to customize the flag registration. The main changes are in the files `client/service.go`, `pkg/config/flags.go`, `pkg/ssh/server.go`, and `pkg/ssh/terminal.go`. --- <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:41 -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#4838
No description provided.