mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3047] ssh连接无法应 #2439
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#2439
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 @ledboot on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3047
Bug Description
通过本地机器ssh连接内网机器,服务端能接收到本地机器的连接请求的,但是还是连接不上内网机器。内网机器是可以连上服务端的,不太清楚哪个环节没有弄好。
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
linux/amd64
Configurations
server config:
client config:
Logs
No response
Steps to reproduce
...
Affected area
@ledboot commented on GitHub (Aug 5, 2022):
client忘记设置网络模式了
network_mode: "host"