4.390 - The system must be configured so that the SSH daemon is configured to only use the SSHv2 protocol.

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

SSHv1 is an insecure implementation of the SSH protocol and has many well-known vulnerability exploits. Exploits of the SSH daemon could provide immediate root access to the system.

Satisfies: SRG-OS-000074-GPOS-00042, SRG-OS-000480-GPOS-00227

Solution

Remove all Protocol lines that reference version '1' in '/etc/ssh/sshd_config' (this file may be named differently or be in a different location if using a version of SSH that is provided by a third-party vendor). The 'Protocol' line must be as follows:

Protocol 2

The SSH service must be restarted for changes to take effect.

See Also

https://docs.fedoraproject.org/f28/system-administrators-guide/index.html