我在服务器上运行 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 命令但收到相同的警告。我还能尝试什么?
谢谢。