小编Jac*_*ker的帖子

检查是否允许 SSH 协议 v1

我在服务器上运行 rkhunter -c ,收到的警告如下:

Checking if SSH protocol v1 is allowed       [ Warning ]

Warning: The SSH configuration option 'Protocol' has not been set.
The default value may be '2,1', to allow the use of protocol version 1.
Run Code Online (Sandbox Code Playgroud)

所以我运行了命令:

nano sshd_config
Run Code Online (Sandbox Code Playgroud)

我添加了这一行

Protocol 2 
Run Code Online (Sandbox Code Playgroud)

然后重新运行 rkhunter 命令但收到相同的警告。我还能尝试什么?

谢谢。

server ssh rkhunter

6
推荐指数
0
解决办法
6011
查看次数

标签 统计

rkhunter ×1

server ×1

ssh ×1