mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3604] Connection closed by remote host The Connection closed by X.X.X.X port 6000 #2877
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#2877
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 @JohnGump on GitHub (Sep 8, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3604
Bug Description
After following the configuration instructions, I ran frpc and frps. The Connection between the server and the client was normal, but when I used ssh to connect the client, an error occurred: kex_exchange_identification: Connection closed by remote host
The Connection closed by 43.134.20.100 port 6000
我在按照说明配置后,运行了frpc与frps,服务端与客户端链接正常,但是用ssh连接客户端的时候会报错:kex_exchange_identification: Connection closed by remote host
Connection closed by 43.134.20.100 port 6000
frpc Version
frp_0.51.3_linux_amd64
frps Version
frp_0.51.3_linux_amd64
System Architecture
Linux/amd64
Configurations
For Server:
System:Ubuntu Server 22.04 LTS 64(From Tencent Cloud server)
For Client
System:Ubuntu Server 22.04 LTS 64
frpc.ini
None of these devices use docker
以上设备均没有使用docker
为了测试,我已经关闭防火墙,安全组已经设置为全部通过,我会持续开放端口以供大家测试以解决问题
Logs
Server log:
Client log:
Steps to reproduce
1、Set up and start the server
设置并启动服务端
2、Set up and start the client
设置并启动客户端
3、Try to connect to the client with a third device
尝试用第三台设备连接客户端
(The specific configuration is given above
)具体配置上面已经给出
Affected area
@fatedier commented on GitHub (Sep 9, 2023):
Google 一下
大概能看出来主要是密钥/认证方面的问题
@JohnGump commented on GitHub (Sep 9, 2023):
但是在局域网是可以连接的
@JohnGump commented on GitHub (Sep 11, 2023):
@fatedier commented on GitHub (Sep 11, 2023):
@JohnGump 爱发电上私聊你了,直接在那个上面说吧,这个 issue 就先关闭了。
@wslbby commented on GitHub (Dec 29, 2023):
我也遇到了同样的问题,可否跟您联系?
@fangxu622 commented on GitHub (Jan 2, 2025):
我也遇到了完全同样的问题,最后怎么解决的?@JohnGump