mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #683] ssh端口被攻击 #536
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#536
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 @tl0rty2q on GitHub (Apr 4, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/683
映射在服务器的SSH端口被攻击,希望能够记录连接ssh的IP地址以及http的IP地址,以方便采用iptables封禁IP
@fatedier commented on GitHub (Apr 4, 2018):
这些 case 和 frp 本身无关,可以考虑结合其他的方式去避免或解决此类问题。
@messyidea commented on GitHub (Jun 13, 2018):
今天才发现,内网的端口映射到外网后,外网尝试通过ssh登录在/var/log/auth.log中记录的登录地址是127.0.0.1,直接导致fail2ban成为了摆设。看来只能强制秘钥登陆了。。