[PR #3671] [MERGED] feat: ssh client implement #4807

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

📋 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-gatewayHead: feat_ssh_client


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3671 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 10/13/2023 **Status:** ✅ Merged **Merged:** 11/14/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `ssh-gateway` ← **Head:** `feat_ssh_client` --- ### 📝 Commits (4) - [`fdd0699`](https://github.com/fatedier/frp/commit/fdd069915ef2d6c851025eb67b22e16d96a1f299) feat: frps support ssh - [`aaa9ed5`](https://github.com/fatedier/frp/commit/aaa9ed51673b8ad728d7e415982a3e23a9b5b974) fix: comments - [`e68f1ca`](https://github.com/fatedier/frp/commit/e68f1ca257aef7faf6789ccc0007ea670e231e97) fix: update pkg - [`40677ce`](https://github.com/fatedier/frp/commit/40677ce9c4dd70935198f513338a94091faaca38) fix: remove useless change ### 📊 Changes **8 files changed** (+909 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:06 -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#4807
No description provided.