SV-219308r610963_rule
V-219308
SRG-OS-000112-GPOS-00057
UBTU-18-010412
CAT I
10
Configure the Ubuntu operating system to enforce SSHv2 for network access to all accounts.
Add or update the following line in the "/etc/ssh/sshd_config" file:
Protocol 2
Restart the ssh service.
# systemctl restart sshd.service
Verify that the Ubuntu operating system enforces SSH protocol 2 for network access.
Check the protocol versions that SSH allows with the following command:
# grep Protocol /etc/ssh/sshd_config
Protocol 2
If the returned line allows for use of protocol "1", is commented out, or the line is missing, this is a finding.
V-219308
False
UBTU-18-010412
Verify that the Ubuntu operating system enforces SSH protocol 2 for network access.
Check the protocol versions that SSH allows with the following command:
# grep Protocol /etc/ssh/sshd_config
Protocol 2
If the returned line allows for use of protocol "1", is commented out, or the line is missing, this is a finding.
M
4055