首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

咨询关于SSH的有关问题

2014-01-03 
咨询关于SSH的问题目前遇到如下系统漏洞不知道如何解决。希望知道的朋友帮助下。谢谢先。漏洞详情如下:SSH Se

咨询关于SSH的问题
目前遇到如下系统漏洞不知道如何解决。希望知道的朋友帮助下。谢谢先。

漏洞详情如下:
SSH Server CBC Mode Ciphers Enabled
Synopsis
The SSH server is configured to use Cipher Block Chaining.
Description
The SSH server is configured to support Cipher Block Chaining (CBC) encryption. This may allow an attacker to
recover the plaintext message from the ciphertext.
Note that this plugin only checks for the options of the SSH server and does not check for vulnerable software
versions.
Solution
Contact the vendor or consult product documentation to disable CBC mode cipher encryption, and enable CTR or
GCM cipher mode encryption.
Risk Factor
Low

从扫描软件给出的解决方案是,用CTR模式替换CBC模式,但不知道这个模式在哪里修改?我查看/etc/ssh/sshd_config中没有相关内容;如果是编译ssh时修改,请问configure时需要如何设置参数?
[解决办法]
查看下ssh服务器端的版本,
直接升级一下ssh服务

热点排行