mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3313] http和ws服务穿透成功 ssh连接不了 #2655
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#2655
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 @yh4922 on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3313
Bug Description
搭建了frp服务之后 公网连接 ssh失败
客户端启动都是成功的 映射的 http服务和 ws服务打开正常
就是在连接公网ssh是连接失败
服务器是阿里云的 安全组开了37000-47000的端口
内网的客户机也开了防火墙
没有其他的日志输出
frpc Version
0.47.0
frps Version
0.47.0
System Architecture
linux/amd64
Configurations
服务端配置
客户端配置
Logs
shh终端提示
客户端运行日志
服务端运行日志
Steps to reproduce
No response
Affected area
@Becods commented on GitHub (Feb 16, 2023):
检查运行 frpc 的客户机的 ssh 是否能被本地正常访问,绑定的是否是 22 端口
@yh4922 commented on GitHub (Feb 20, 2023):
ssh 服务是正常的
lsof -i:22
ssh root@127.0.0.1
@Becods commented on GitHub (Feb 20, 2023):
尝试在无法访问的客户机上使用
ssh -vvv输出更多信息@yh4922 commented on GitHub (Feb 20, 2023):
执行结果
@Becods commented on GitHub (Feb 20, 2023):
我表达问题
我的意思是使用这个
ssh -vvv替换ssh这个命令@yh4922 commented on GitHub (Feb 21, 2023):
哦哦 了解了
@github-actions[bot] commented on GitHub (Mar 24, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@zenz commented on GitHub (Jan 24, 2025):
碰到同样问题了,请问有解决办法了吗?