mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1777] 【讨论】自动封禁恶意爆破ssh的方案 #1405
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#1405
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 @ohroy on GitHub (Apr 23, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1777
在常规模式下,我们的ssh可以封禁在N秒内失败M次的IP,以保证服务的安全。但这一切在使用frp内网穿透ssh的情况下变得复杂。因为frp穿透后的ip在ssh服务中看来,来源均为
127.0.0.1。因此,有没有一种方案,能够实现类似自动封禁的功能?
ps,已尝试
proxy_protocol_version v2,直接会导致猜测前置代理头ssh service 无法识别。
@fatedier commented on GitHub (Apr 23, 2020):
在 #1264 中跟踪此问题。