mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3805] [MERGED] add e2e tests for ssh tunnel #4834
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#4834
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/3805
Author: @fatedier
Created: 11/28/2023
Status: ✅ Merged
Merged: 11/28/2023
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
c64a2daadd e2e tests for ssh tunnel📊 Changes
4 files changed (+300 additions, -18 deletions)
View changed files
📝
.gitignore(+1 -0)📝
pkg/ssh/server.go(+17 -18)➕
test/e2e/pkg/ssh/client.go(+89 -0)➕
test/e2e/v1/features/ssh_tunnel.go(+193 -0)📄 Description
Summary
🤖[deprecated] Generated by Copilot at ad8bc42
This pull request adds support for SSH tunneling as a new feature of frp. It fixes some issues and enhances the functionality of the
pkg/ssh/server.gofile, and adds new filestest/e2e/pkg/ssh/client.goandtest/e2e/v1/features/ssh_tunnel.gofor implementing and testing the SSH tunnel client and the frp proxy creation via SSH commands.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.