mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1422] Slower than ssh reversed tunnel #1117
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#1117
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?
Originally created by @ryeonho on GitHub (Sep 2, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1422
se the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.29.0What operating system and processor architecture are you using (
go env)?Configures you used:
Steps to reproduce the issue:
rsync ubuntu.iso -v --progress user@frps-server-ip:from my officefrps-server-ip is a ssh host alias of my public server + port 2224 via .ssh/config
Describe the results you received:
The max bandwidth reached was about only 5MiB/s which was 20MiB/s when through sshd gateway reversed tunnel.
Describe the results you expected:
similar or faster than sshd reversed tunnel which has ssh encryption decryption overhead.
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)