[GH-ISSUE #2994] frpc ssh 90秒总掉线 #2389

Closed
opened 2026-05-05 13:32:22 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @wuy651 on GitHub (Jun 26, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2994

Bug Description

在动态IP客户端frpc ssh总掉线,而静态IP客户端没这问题

frpc Version

0.43.0

frps Version

0.43.0

System Architecture

linux/amd64和windows/amd64都存在此情况

Configurations

[ssh]
type = tcp
local_port = 22
remote_port = 6000
use_encryption = true
use_compression = true

Enable TCP health check

health_check_type = tcp

TCPing timeout seconds

health_check_timeout_s = 3

If health check failed 3 times in a row, the proxy will be removed from frps

health_check_max_failed = 3

A health check every 10 seconds

health_check_interval_s = 10

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @wuy651 on GitHub (Jun 26, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2994 ### Bug Description 在动态IP客户端frpc ssh总掉线,而静态IP客户端没这问题 ### frpc Version 0.43.0 ### frps Version 0.43.0 ### System Architecture linux/amd64和windows/amd64都存在此情况 ### Configurations [ssh] type = tcp local_port = 22 remote_port = 6000 use_encryption = true use_compression = true # Enable TCP health check health_check_type = tcp # TCPing timeout seconds health_check_timeout_s = 3 # If health check failed 3 times in a row, the proxy will be removed from frps health_check_max_failed = 3 # A health check every 10 seconds health_check_interval_s = 10 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:32:22 -06:00
Author
Owner

@wuy651 commented on GitHub (Jun 26, 2022):

把frps换成0.38版本,客户端用0.38以上版本,ssh不再掉线了

<!-- gh-comment-id:1166494060 --> @wuy651 commented on GitHub (Jun 26, 2022): 把frps换成0.38版本,客户端用0.38以上版本,ssh不再掉线了
Author
Owner

@github-actions[bot] commented on GitHub (Jul 27, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1196141895 --> @github-actions[bot] commented on GitHub (Jul 27, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Author
Owner

@github-actions[bot] commented on GitHub (Aug 28, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1229346863 --> @github-actions[bot] commented on GitHub (Aug 28, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2389
No description provided.