mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2632] 【疑惑】frp代理ssh到互联网,出现大量失败连接尝试 #2095
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#2095
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 @ahaha-vip on GitHub (Oct 22, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2632
Bug Description
最近将局域网服务器的ssh代理到互联网,比较疑惑出现了一些莫名的大量失败连接尝试。连接服务器后会显示如下:
Last failed login: Fri Oct 22 08:20:32 CST 2021 from localhost on ssh:nottyThere were 25066 failed login attempts since the last successful login.个人猜想有两种可能性:
1.把ssh暴露在了互联网,而且frps端服务器没有开启端口的访问白名单,导致一些黑客程序有大量的连接尝试,出现上述问题;
2.frp代理ssh可能会出现这种情况吗?当然我个人认为不会呀。
如果是第一种的话,那么我就必须得在frps端做一些策略了。
frpc Version
0.37.1
frps Version
0.37.1
System Architecture
linux/amd64
Configurations
[ssh]
type = tcp
local_ip = 172.18.26.0
local_port = 22
remote_port = 7000
Logs
No response
Steps to reproduce
...
Affected area
@je5442804 commented on GitHub (Oct 29, 2021):
那当然是第一种,毫无疑问