[GH-ISSUE #2632] 【疑惑】frp代理ssh到互联网,出现大量失败连接尝试 #2095

Closed
opened 2026-05-05 13:20:54 -06:00 by gitea-mirror · 1 comment
Owner

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:notty
There 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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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:notty` `There 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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@je5442804 commented on GitHub (Oct 29, 2021):

那当然是第一种,毫无疑问

<!-- gh-comment-id:954758583 --> @je5442804 commented on GitHub (Oct 29, 2021): 那当然是第一种,毫无疑问
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#2095
No description provided.