mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3671] [MERGED] feat: ssh client implement #4807
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#4807
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/3671
Author: @blizard863
Created: 10/13/2023
Status: ✅ Merged
Merged: 11/14/2023
Merged by: @fatedier
Base:
ssh-gateway← Head:feat_ssh_client📝 Commits (4)
fdd0699feat: frps support sshaaa9ed5fix: commentse68f1cafix: update pkg40677cefix: remove useless change📊 Changes
8 files changed (+909 additions, -10 deletions)
View changed files
📝
go.mod(+3 -3)📝
go.sum(+7 -6)📝
pkg/config/v1/server.go(+13 -0)➕
pkg/config/v1/ssh.go(+72 -0)➕
pkg/ssh/service.go(+497 -0)➕
pkg/ssh/vclient.go(+185 -0)📝
server/proxy/proxy.go(+8 -1)📝
server/service.go(+124 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.