mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3821] [MERGED] ssh: return informations to client #4838
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4838
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:new📝 Commits (1)
bbc8c33ssh: 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, andpkg/ssh/terminal.go.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.