mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4262] [Feature Request] SSH服务获取真实的源ip #3358
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#3358
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 @FoundAdd on GitHub (Jun 4, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4262
Describe the feature request
经过frp转发后的连接,在ssh中显示的源地址都是

127.0.0.1,文档里有提到用proxy protocol协议来发送真实的请求源信息,但是ssh服务好像不支持这个协议,请问是否有其他配置可以让ssh服务获得请求源信息Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jun 4, 2024):
本地应用不支持 proxy protocol 的话就无法支持,可以搜索一下是否能结合其他支持 proxy protocol 的代理一起使用。