mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3060] 开启frpc进程后,ssh日志不断刷新尝试登录日志 #2451
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#2451
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 @kavin1028 on GitHub (Aug 15, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3060
Bug Description
开启frpc进程后,ssh日志不断刷新尝试登录日志
frpc Version
0.44.0
frps Version
0.39.1
System Architecture
linux/amd64
Configurations
[common]
server_addr = xxxxx
server_port = xxx
token =
[sftp]
type = tcp
local_ip = xxx
local_port = xxx
remote_port = xxx
Logs
Aug 15 18:28:54 sftpsvr sshd[17300]: Received disconnect from 127.0.0.1 port 60746:11: Normal Shutdown, Thank you for playing [preauth]
Aug 15 18:28:54 sftpsvr sshd[17300]: Disconnected from 127.0.0.1 port 60746 [preauth]
Aug 15 18:29:03 sftpsvr sshd[17302]: Invalid user licongcong from 127.0.0.1 port 60748
Aug 15 18:29:03 sftpsvr sshd[17302]: input_userauth_request: invalid user licongcong [preauth]
Aug 15 18:29:03 sftpsvr sshd[17302]: Received disconnect from 127.0.0.1 port 60748:11: Normal Shutdown, Thank you for playing [preauth]
Aug 15 18:29:03 sftpsvr sshd[17302]: Disconnected from 127.0.0.1 port 60748 [preauth]
Aug 15 18:29:13 sftpsvr sshd[17304]: Invalid user licongcong from 127.0.0.1 port 60750
Aug 15 18:29:13 sftpsvr sshd[17304]: input_userauth_request: invalid user licongcong [preauth]
Aug 15 18:29:14 sftpsvr sshd[17304]: Received disconnect from 127.0.0.1 port 60750:11: Normal Shutdown, Thank you for playing [preauth]
Aug 15 18:29:14 sftpsvr sshd[17304]: Disconnected from 127.0.0.1 port 60750 [preauth]
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Aug 15, 2022):
恶意爆破,尝试更换其他端口或换用stcp
@ricky0829 commented on GitHub (Aug 18, 2022):
这是基本常识,SSH 端口暴露出去会被扫 + 爆破。要么改用私钥登录,关闭密码登录;要么采取一些流量控制措施或 fail2ban 之类的应用抑制登录尝试次数;还可以尝试一些蜜罐应用。
@github-actions[bot] commented on GitHub (Sep 18, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.