mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1037] ssh 连接上后,一段时间不操作,出现无响应现象 #823
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#823
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 @WesternSun on GitHub (Jan 9, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1037
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
frps: 0.22.0
frpc: 0.22.0
What operating system and processor architecture are you using (
go env)?frps:
GOARCH="amd64"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
frpc:
GOARCH="amd64"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
Configures you used:
frps.ini:
frpc.ini:
Steps to reproduce the issue:
Describe the results you received:
可以通过ssh远程到目标机器上,输入ls 等命令都是正常的,但是如果有5min左右未输入命令,那么就会卡住,无法输入任何命令。
Describe the results you expected:
希望超过ssh的配置文件/etc/ssh/sshd_config 中设置的ClientAliveInterval就主动断开连接。
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@vinqin commented on GitHub (Jan 9, 2019):
试试
@elvizlai commented on GitHub (Jan 25, 2019):
maybe
health_check_max_failedto small, trying to enlarge this param.