分页: 1 / 1

openbsd authlog 文件中记录 被人攻击

发表于 : 2014-05-27 16:10
openbsdsir008
May 23 12:05:26 hostname sshd[26622]: Disconnecting: Too many authentication failures for root [preauth]
May 23 12:05:32 hostname sshd[18294]: Failed password for root from 116.10.191.185 port 26950 ssh2
May 23 12:05:33 hostname last message repeated 5 times
May 23 12:05:33 hostname sshd[18294]: Disconnecting: Too many authentication failures for root [preauth]
May 23 12:05:35 hostname sshd[6771]: Failed password for root from 116.10.191.185 port 28957 ssh2
May 23 12:05:36 hostname last message repeated 5 times


这里记录的是什么意思,求详解?

幸好我把sshd默认的改了
PermitRootLogin no
估记那个人不会使用root登录进来,看到有人登录我的主机,真的很担心。
不只我一个人发现了这个问题
http://antivirus.neu.edu.cn/scan/scanlist.php
这个网站上也说有很多ip在扫描端口!

请大家注意!
openbsd可以保证那些人,不会攻进来吗?

Re: openbsd authlog 文件中记录 被人攻击

发表于 : 2014-05-27 22:29
f5b
启用公钥私钥方式登陆,禁用密码登录,完全不用担心这些攻击。

Re: openbsd authlog 文件中记录 被人攻击

发表于 : 2014-05-28 10:29
openbsdsir008